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,5 +1,9 @@
# Changelog
* The following workspace dependencies were updated
* dependencies
* air-parser bumped from 0.7.2 to 0.7.3
## [0.6.2](https://github.com/fluencelabs/aquavm/compare/air-interpreter-data-v0.6.1...air-interpreter-data-v0.6.2) (2023-02-08)

View File

@ -1,7 +1,7 @@
[package]
name = "air-interpreter-data"
description = "Data format of the AIR interpreter"
version = "0.6.2"
version = "0.6.3"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
@ -15,7 +15,7 @@ path = "src/lib.rs"
[dependencies]
air-utils = { version = "0.1.0", path = "../utils" }
air-parser = { version = "0.7.2", path = "../air-parser" }
air-parser = { version = "0.7.3", path = "../air-parser" }
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" }