From df5cb59ac32eee600799ef20f69a013031f4e798 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 22:22:01 +0000 Subject: [PATCH] fix(deps): pin rust crate marine-rs-sdk to =0.10.0 --- wasm-modules/eth-rpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm-modules/eth-rpc/Cargo.toml b/wasm-modules/eth-rpc/Cargo.toml index f74a662..fc1abdf 100644 --- a/wasm-modules/eth-rpc/Cargo.toml +++ b/wasm-modules/eth-rpc/Cargo.toml @@ -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"