chore(ci): Revert previous release, prepare for new release [fixed FLU-271] (#453)

* Add versions everywhere

* Revert "chore(air-trace): release master (#452)"

This reverts commit 3452b6b24d.

* Fix

* Fix versions
This commit is contained in:
Anatolios Laskaris
2023-02-08 12:08:51 +02:00
committed by GitHub
parent 3452b6b24d
commit e168d2a55e
16 changed files with 83 additions and 87 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "air-testing-framework"
version = "0.1.2"
version = "0.1.1"
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 = { path = "../air-lib/test-utils" }
air-parser = { path = "../air-lib/air-parser" }
air-test-utils = { version = "0.4.1", path = "../air-lib/test-utils" }
air-parser = { version = "0.7.2", 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 = { path = "../air-lib/test-utils", features = ["test_with_native_code"] }
air-test-utils = { version = "0.4.1", path = "../air-lib/test-utils", features = ["test_with_native_code"] }