chore: release master (#698)

* chore: release master

* chore: Bump air-interpreter and air-near-contract version to 0.48.0
This commit is contained in:
fluencebot
2023-09-22 00:46:21 +03:00
committed by GitHub
parent 3a9beed3c5
commit 8f23d90ece
41 changed files with 288 additions and 111 deletions

View File

@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* dependencies
* avm-interface bumped from 0.28.4 to 0.28.5
* The following workspace dependencies were updated
* dependencies
* avm-interface bumped from 0.29.0 to 0.29.1
## [0.7.0](https://github.com/fluencelabs/aquavm/compare/avm-data-store-v0.6.3...avm-data-store-v0.7.0) (2023-08-17)

View File

@ -1,6 +1,6 @@
[package]
name = "avm-data-store"
version = "0.7.0"
version = "0.7.1"
description = "Definition of the AVM DataStore trait"
authors = ["Fluence Labs"]
edition = "2018"
@ -15,7 +15,7 @@ name = "avm_data_store"
path = "src/lib.rs"
[dependencies]
avm-interface = { version = "0.29.0", path = "../../avm/interface"}
avm-interface = { version = "0.29.1", path = "../../avm/interface"}
serde = { version = "1.0.164", features = ["derive"] }
serde_bytes = "0.11.9"