use released marine

This commit is contained in:
Valery Antopol 2023-03-15 15:02:49 +03:00
parent 9b055d9102
commit 94b6baa5ff
4 changed files with 542 additions and 1538 deletions

2068
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -40,10 +40,4 @@ debug-assertions = false
panic = "unwind"
[patch.crates-io]
polyplets = { path = "crates/air-lib/polyplets" }
fluence-app-service = {version = "0.23.0", branch = "marine-web-milestone2", git = "https://github.com/fluencelabs/marine"}
marine-runtime = {version = "0.24.0", branch = "marine-web-milestone2", git = "https://github.com/fluencelabs/marine"}
wasmer-it = { git = "https://github.com/fluencelabs/interface-types", branch = "feat/add-store", package = "wasmer-interface-types-fl", version = "0.25.0" }
it-memory-traits = { git = "https://github.com/fluencelabs/interface-types", branch = "feat/add-store", package = "it-memory-traits", version = "0.3.1" }
it-lilo = { git = "https://github.com/fluencelabs/interface-types", branch = "feat/add-store", package = "it-lilo", version = "0.4.1"}
fluence-it-types = { git = "https://github.com/fluencelabs/interface-types", branch = "feat/add-store", package = "fluence-it-types", version = "0.3.1" }
polyplets = { path = "crates/air-lib/polyplets" }

View File

@ -46,7 +46,7 @@ tracing = "0.1.37"
[dev_dependencies]
air-test-utils = { version = "0.4.1", path = "../crates/air-lib/test-utils" }
air-testing-framework = { version = "0.1.1", path = "../crates/testing-framework" }
fluence-app-service = "0.23.0"
fluence-app-service = "0.24.0"
marine-rs-sdk = { version = "0.7.0", features = ["logger"] }
# the feature just silence a warning in the criterion 0.3.x.

View File

@ -18,7 +18,7 @@ path = "src/lib.rs"
air-interpreter-interface = { version = "0.12.1", path = "../../crates/air-lib/interpreter-interface" }
air-utils = { version = "0.1.0", path = "../../crates/air-lib/utils" }
avm-data-store = { version = "0.4.1", path = "../../crates/data-store" }
marine-runtime = "0.24.0"
marine-runtime = "0.25.0"
polyplets = { version = "0.3.2", path = "../../crates/air-lib/polyplets" }
avm-interface = { version = "0.28.0", path = "../../avm/interface" }