chore: Revert "chore: release master (#520)" (#523)

Revert "chore: release master (#520)"

This reverts commit 7aa5d4bef5.
This commit is contained in:
Anatolios Laskaris
2023-03-15 17:21:47 +02:00
committed by GitHub
parent 459d2cf13a
commit a22e2dd3fb
35 changed files with 76 additions and 248 deletions

View File

@ -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)

View File

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