Skip to content

Commit

Permalink
fix(deps): update rust crate marine-rs-sdk to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 4926e4f commit 67d8aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wasm-modules/curl-adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ path = "src/main.rs"
name = "curl_adapter"

[dependencies]
marine-rs-sdk = "=0.10.1"
marine-rs-sdk = "=0.12.0"
log = "=0.4.20"
2 changes: 1 addition & 1 deletion wasm-modules/eth-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jsonrpc-core = "=18.0.0"
tokio = { version = "=1.34.0", default-features = false, features = ["rt"] }
eyre = "=0.6.9"

marine-rs-sdk = "=0.10.1"
marine-rs-sdk = "=0.12.0"

[dev-dependencies]
marine-rs-sdk-test = "=0.11.1"

0 comments on commit 67d8aa5

Please sign in to comment.