chore: release master (#481)

This commit is contained in:
fluencebot
2023-02-21 20:54:12 +02:00
committed by GitHub
parent ae3a8e9a50
commit c9eb5cd47a
21 changed files with 125 additions and 36 deletions

View File

@ -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"] }