feat: update marine sdk's and config (#47)

This commit is contained in:
Valery Antopol 2023-12-19 18:03:05 +04:00 committed by GitHub
parent 6052d0fc2a
commit dc8decc61f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -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"

View File

@ -1,4 +1,5 @@
modules_dir = "artifacts/"
total_memory_limit = "Infinity"
[[module]]
name = "sqlite3"

View File

@ -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"]