Skip to content

Commit

Permalink
fix(deps): pin rust crate marine-rs-sdk to =0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2023
1 parent f4df840 commit df5cb59
Showing 1 changed file with 1 addition and 1 deletion.
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.32.0", default-features = false, features = ["rt"] }
eyre = "=0.6.8"

marine-rs-sdk = "0.10.0"
marine-rs-sdk = "=0.10.0"

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

0 comments on commit df5cb59

Please sign in to comment.