mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-26 05:01:32 +00:00
chore(release-please): Fix release (#487)
* Revert "chore: release master (#484)" This reverts commit4ae3afc0da
. * Revert "fix(air-trace): set correct air verison (#486)" This reverts commitc10f89b5e5
. * Disable link version * Fix air
This commit is contained in:
committed by
GitHub
parent
4ae3afc0da
commit
b4818c57de
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-testing-framework"
|
||||
version = "0.1.4"
|
||||
version = "0.1.3"
|
||||
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.4", path = "../air-lib/test-utils" }
|
||||
air-test-utils = { version = "0.4.3", path = "../air-lib/test-utils" }
|
||||
air-parser = { version = "0.7.3", 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.4", path = "../air-lib/test-utils", features = ["test_with_native_code"] }
|
||||
air-test-utils = { version = "0.4.3", path = "../air-lib/test-utils", features = ["test_with_native_code"] }
|
||||
|
Reference in New Issue
Block a user