mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-22 19:21:33 +00:00
chore: release master (#823)
This commit is contained in:
@ -75,6 +75,10 @@
|
||||
* dependencies
|
||||
* air-test-utils bumped from 0.15.0 to 0.15.1
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* air-test-utils bumped from 0.17.0 to 0.17.1
|
||||
|
||||
## [0.10.0](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.9.0...air-testing-framework-v0.10.0) (2024-02-22)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-testing-framework"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
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.17.0", path = "../air-lib/test-utils" }
|
||||
air-test-utils = { version = "0.17.1", path = "../air-lib/test-utils" }
|
||||
aquavm-air-parser = { version = "0.12.0", path = "../air-lib/air-parser" }
|
||||
|
||||
itertools = "0.10.5"
|
||||
|
Reference in New Issue
Block a user