mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-13 06:51:22 +00:00
Revert "chore: release master (#520)"
This reverts commit 7aa5d4bef5
.
This commit is contained in:
committed by
GitHub
parent
459d2cf13a
commit
a22e2dd3fb
@ -1,11 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* air-test-utils bumped from 0.4.6 to 0.4.7
|
||||
* dev-dependencies
|
||||
* air-test-utils bumped from 0.4.6 to 0.4.7
|
||||
|
||||
## [0.1.6](https://github.com/fluencelabs/aquavm/compare/air-testing-framework-v0.1.5...air-testing-framework-v0.1.6) (2023-03-15)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-testing-framework"
|
||||
version = "0.1.7"
|
||||
version = "0.1.6"
|
||||
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.4.7", path = "../air-lib/test-utils" }
|
||||
air-test-utils = { version = "0.4.6", path = "../air-lib/test-utils" }
|
||||
aquavm-air-parser = { version = "0.7.4", path = "../air-lib/air-parser" }
|
||||
|
||||
itertools = "0.10.5"
|
||||
@ -28,4 +28,4 @@ maplit = "1.0.2"
|
||||
pretty_assertions = "1.3.0"
|
||||
|
||||
# We do not want to depend on wasm binary path
|
||||
air-test-utils = { version = "0.4.7", path = "../air-lib/test-utils", features = ["test_with_native_code"] }
|
||||
air-test-utils = { version = "0.4.6", path = "../air-lib/test-utils", features = ["test_with_native_code"] }
|
||||
|
Reference in New Issue
Block a user