Skip to content

Commit

Permalink
feat: update marine sdk's and config (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryAntopol authored Dec 19, 2023
1 parent 6052d0f commit dc8decc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions Config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
modules_dir = "artifacts/"
total_memory_limit = "Infinity"

[[module]]
name = "sqlite3"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit dc8decc

Please sign in to comment.