mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-29 22:51:33 +00:00
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:
@ -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)
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user