From dc8decc61f7370ad1eb436a0153b578fbf87f514 Mon Sep 17 00:00:00 2001 From: Valery Antopol Date: Tue, 19 Dec 2023 18:03:05 +0400 Subject: [PATCH] feat: update marine sdk's and config (#47) --- Cargo.toml | 4 ++-- Config.toml | 1 + rust-toolchain.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c49e931..01dfb0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,9 +36,9 @@ name = "test" path = "src/test.rs" [dependencies] -marine-rs-sdk = "0.10.1" +marine-rs-sdk = "0.10.2" bytesize = "1.3.0" [dev-dependencies] -marine-rs-sdk-test = "0.11.0" +marine-rs-sdk-test = "0.12.0" temporary = "0.7" diff --git a/Config.toml b/Config.toml index 65c3dba..879cf89 100644 --- a/Config.toml +++ b/Config.toml @@ -1,4 +1,5 @@ modules_dir = "artifacts/" +total_memory_limit = "Infinity" [[module]] name = "sqlite3" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 04c30bd..c371216 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2022-12-06" +channel = "nightly-2023-12-06" targets = ["x86_64-unknown-linux-gnu", "wasm32-wasi", "wasm32-unknown-unknown"] components = ["rustfmt", "clippy"]