mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-12 22:41:21 +00:00
Revert "chore: release master (#520)"
This reverts commit 7aa5d4bef5
.
This commit is contained in:
committed by
GitHub
parent
459d2cf13a
commit
a22e2dd3fb
@ -4,20 +4,6 @@
|
||||
* dependencies
|
||||
* air-parser bumped from 0.7.2 to 0.7.3
|
||||
|
||||
## [0.6.4](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.6.3...air-interpreter-data-v0.6.4) (2023-03-15)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **tools:** merge some tools into the `air` CLI tool ([#509](https://github.com/fluencelabs/aquavm/issues/509)) ([79ac153](https://github.com/fluencelabs/aquavm/commit/79ac153f1dcfc0a77ec511c6e25285728312ad4c))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* air-interpreter-interface bumped from 0.12.1 to 0.1.0
|
||||
|
||||
## [0.6.3](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.6.2...air-interpreter-data-v0.6.3) (2023-03-15)
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "air-interpreter-data"
|
||||
description = "Data format of the AIR interpreter"
|
||||
version = "0.6.4"
|
||||
version = "0.6.3"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@ -17,7 +17,7 @@ path = "src/lib.rs"
|
||||
[dependencies]
|
||||
air-utils = { version = "0.1.0", path = "../utils" }
|
||||
aquavm-air-parser = { version = "0.7.4", path = "../air-parser" }
|
||||
air-interpreter-interface = { version = "0.1.0", path = "../interpreter-interface" }
|
||||
air-interpreter-interface = { version = "0.12.1", path = "../interpreter-interface" }
|
||||
air-interpreter-cid = { version = "0.2.0", path = "../interpreter-cid" }
|
||||
polyplets = { version = "0.3.2", path = "../polyplets" }
|
||||
|
||||
|
Reference in New Issue
Block a user