chore: release master (#520)

* chore: release master

* chore: Bump air-interpreter version to 0.38.0
This commit is contained in:
fluencebot
2023-03-15 16:35:44 +02:00
committed by GitHub
parent a96a52db27
commit 7aa5d4bef5
35 changed files with 248 additions and 76 deletions

View File

@ -1,5 +1,11 @@
# Changelog
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.4.6 to 0.4.7
* dev-dependencies
* air-test-utils bumped from 0.4.6 to 0.4.7
## [0.1.6](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.1.5...air-testing-framework-v0.1.6) (2023-03-15)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.1.6"
version = "0.1.7"
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.4.6", path = "../air-lib/test-utils" }
air-test-utils = { version = "0.4.7", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.7.4", path = "../air-lib/air-parser" }
itertools = "0.10.5"
@ -28,4 +28,4 @@ maplit = "1.0.2"
pretty_assertions = "1.3.0"
# We do not want to depend on wasm binary path
air-test-utils = { version = "0.4.6", path = "../air-lib/test-utils", features = ["test_with_native_code"] }
air-test-utils = { version = "0.4.7", path = "../air-lib/test-utils", features = ["test_with_native_code"] }