diff --git a/crates/eth_compatibility/Cargo.toml b/crates/eth_compatibility/Cargo.toml index 2c30a464b5f..a756b8b7c02 100644 --- a/crates/eth_compatibility/Cargo.toml +++ b/crates/eth_compatibility/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ink_eth_compatibility" -version = "3.0.1" +version = "3.3.0" authors = ["Parity Technologies "] edition = "2021" @@ -15,7 +15,7 @@ categories = ["no-std", "embedded"] include = ["Cargo.toml", "src/**/*.rs", "/README.md", "/LICENSE"] [dependencies] -ink_env = { version = "3.0.1", path = "../env", default-features = false } +ink_env = { version = "3.3.0", path = "../env", default-features = false } [target.'cfg(not(target_os = "windows"))'.dependencies] # We do not include `libsecp256k1` on Windows, since it's incompatible.