chore: release master (#698)

* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.48.0
This commit is contained in:
fluencebot
2023-09-22 00:46:21 +03:00
committed by GitHub
parent 3a9beed3c5
commit 8f23d90ece
41 changed files with 288 additions and 111 deletions

View File

@ -39,6 +39,11 @@
* air-test-utils bumped from 0.10.2 to 0.10.3
* aquavm-air-parser bumped from 0.8.2 to 0.9.0
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.10.3 to 0.10.4
* aquavm-air-parser bumped from 0.9.0 to 0.10.0
## [0.5.2](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.5.1...air-testing-framework-v0.5.2) (2023-09-04)

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.5.4"
version = "0.5.5"
description = "AquaVM testing framework"
authors = ["Fluence Labs"]
edition = "2018"
@ -14,8 +14,8 @@ name = "air_test_framework"
path = "src/lib.rs"
[dependencies]
air-test-utils = { version = "0.10.3", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.9.0", path = "../air-lib/air-parser" }
air-test-utils = { version = "0.10.4", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.10.0", path = "../air-lib/air-parser" }
itertools = "0.10.5"
strum = { version="0.24.1", features=["derive"] }