Skip to content

Commit ae90b56

Browse files
authored
fix: specify evm_rpc_types version for evm_rpc_client (#503)
Publishing to [crates.io](https://crates.io/) requires a crate to also specify a version for all of its path dependencies. Therefore, to allow publishing the `evm_rpc_client` crate to [crates.io](https://crates.io/), specify the `evm_rpc_types` version as well as the path.
1 parent 3e57c14 commit ae90b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evm_rpc_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ alloy-primitives = { workspace = true, optional = true }
1515
alloy-rpc-types = { workspace = true, optional = true }
1616
async-trait = { workspace = true }
1717
candid = { workspace = true }
18-
evm_rpc_types = { path = "../evm_rpc_types" }
18+
evm_rpc_types = { version = "3.0.0", path = "../evm_rpc_types" }
1919
ic-cdk = { workspace = true }
2020
ic-error-types = { workspace = true }
2121
serde = { workspace = true }

0 commit comments

Comments
 (0)