chore: release master (#789)

* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.57.0
This commit is contained in:
fluencebot
2024-01-09 17:40:00 +02:00
committed by GitHub
parent 17482f078c
commit 38677832f6
27 changed files with 186 additions and 55 deletions

View File

@ -62,6 +62,10 @@
* air-test-utils bumped from 0.12.0 to 0.12.1
* air-interpreter-signatures bumped from 0.1.3 to 0.1.4
* The following workspace dependencies were updated
* dependencies
* air-test-utils bumped from 0.14.0 to 0.14.1
## [0.8.1](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.8.0...air-testing-framework-v0.8.1) (2024-01-03)

View File

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