mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-28 22:21:34 +00:00
Update marine-rs-sdk to 0.7.0 to fix memory leak (#287)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "air-interpreter-interface"
|
||||
description = "Interface of the AIR interpreter"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@ -16,7 +16,7 @@ name = "air_interpreter_interface"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
marine-rs-sdk = "0.6.15"
|
||||
marine-rs-sdk = "0.7.0"
|
||||
fluence-it-types = "0.3.0"
|
||||
|
||||
serde = "1.0.118"
|
||||
|
Reference in New Issue
Block a user