chore: release master (#720)

* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.52.0
This commit is contained in:
fluencebot
2023-10-16 16:01:49 +03:00
committed by GitHub
parent cdcb86cb55
commit d2ad221597
31 changed files with 159 additions and 67 deletions

View File

@ -48,6 +48,10 @@
* dependencies
* air-test-utils bumped from 0.10.5 to 0.10.6
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.11.0 to 0.11.1
## [0.7.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.6.1...air-testing-framework-v0.7.0) (2023-10-13)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.7.0"
version = "0.7.1"
description = "AquaVM testing framework"
authors = ["Fluence Labs"]
edition = "2018"
@ -14,7 +14,7 @@ name = "air_test_framework"
path = "src/lib.rs"
[dependencies]
air-test-utils = { version = "0.11.0", path = "../air-lib/test-utils" }
air-test-utils = { version = "0.11.1", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.10.0", path = "../air-lib/air-parser" }
itertools = "0.10.5"