chore: release master (#659)

Co-authored-by: Mike Voronov <michail.vms@gmail.com>
This commit is contained in:
fluencebot
2023-08-04 17:04:29 +03:00
committed by GitHub
parent cb156acae4
commit b66c3346e2
10 changed files with 34 additions and 15 deletions

View File

@ -18,6 +18,10 @@
* air-test-utils bumped from 0.7.1 to 0.8.0
* aquavm-air-parser bumped from 0.8.0 to 0.8.1
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.8.0 to 0.8.1
## [0.4.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.3.0...air-testing-framework-v0.4.0) (2023-07-16)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.4.1"
version = "0.4.2"
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.8.0", path = "../air-lib/test-utils" }
air-test-utils = { version = "0.8.1", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.8.1", path = "../air-lib/air-parser" }
itertools = "0.10.5"