We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e961d8 commit a5bdabdCopy full SHA for a5bdabd
crates/eth_compatibility/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ink_eth_compatibility"
3
-version = "3.0.1"
+version = "3.3.0"
4
authors = ["Parity Technologies <admin@parity.io>"]
5
edition = "2021"
6
@@ -15,7 +15,7 @@ categories = ["no-std", "embedded"]
15
include = ["Cargo.toml", "src/**/*.rs", "/README.md", "/LICENSE"]
16
17
[dependencies]
18
-ink_env = { version = "3.0.1", path = "../env", default-features = false }
+ink_env = { version = "3.3.0", path = "../env", default-features = false }
19
20
[target.'cfg(not(target_os = "windows"))'.dependencies]
21
# We do not include `libsecp256k1` on Windows, since it's incompatible.
0 commit comments