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"