diff --git a/Cargo.lock b/Cargo.lock index 8084febf..33798b71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1958,7 +1958,7 @@ dependencies = [ [[package]] name = "evm_rpc" -version = "2.7.1" +version = "2.8.0" dependencies = [ "alloy-consensus", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index fc9db7aa..e56161cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evm_rpc" -version = "2.7.1" +version = "2.8.0" description = "Interact with EVM blockchains from the Internet Computer." authors = ["DFINITY Foundation"] readme = "README.md"