chore: release master (#841)

* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.64.0
This commit is contained in:
fluencebot
2024-06-28 13:12:03 +03:00
committed by GitHub
parent 4bdc881c7a
commit c611ae584b
23 changed files with 133 additions and 149 deletions

View File

@ -79,6 +79,10 @@
* dependencies
* air-test-utils bumped from 0.17.0 to 0.17.1
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.18.0 to 0.18.1
## [0.11.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.10.1...air-testing-framework-v0.11.0) (2024-04-15)

View File

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