mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-13 23:11:28 +00:00
chore: release master (#481)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "air-testing-framework"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
description = "AquaVM testing framework"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
@ -14,8 +14,8 @@ name = "air_test_framework"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
air-test-utils = { version = "0.4.2", path = "../air-lib/test-utils" }
|
||||
air-parser = { version = "0.7.2", path = "../air-lib/air-parser" }
|
||||
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"
|
||||
strum = { version="0.24.1", features=["derive"] }
|
||||
@ -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.2", 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