mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-13 06:51:22 +00:00
chore: release master (#721)
* chore: release master * chore: Bump air-interpreter and air-near-contract version to 0.53.0
This commit is contained in:
@ -52,6 +52,11 @@
|
||||
* dependencies
|
||||
* air-test-utils bumped from 0.11.0 to 0.11.1
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* air-test-utils bumped from 0.11.1 to 0.12.0
|
||||
* air-interpreter-signatures bumped from 0.1.2 to 0.1.3
|
||||
|
||||
## [0.7.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.6.1...air-testing-framework-v0.7.0) (2023-10-13)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-testing-framework"
|
||||
version = "0.7.1"
|
||||
version = "0.7.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.11.1", path = "../air-lib/test-utils" }
|
||||
air-test-utils = { version = "0.12.0", path = "../air-lib/test-utils" }
|
||||
aquavm-air-parser = { version = "0.10.0", path = "../air-lib/air-parser" }
|
||||
|
||||
itertools = "0.10.5"
|
||||
@ -23,7 +23,7 @@ nom = "7.1.3"
|
||||
nom_locate = "4.1.0"
|
||||
serde_json = "1.0.95"
|
||||
regex = "1.8.4"
|
||||
air-interpreter-signatures = { version = "0.1.2", path = "../air-lib/interpreter-signatures" }
|
||||
air-interpreter-signatures = { version = "0.1.3", path = "../air-lib/interpreter-signatures" }
|
||||
|
||||
[dev-dependencies]
|
||||
maplit = "1.0.2"
|
||||
|
Reference in New Issue
Block a user