Skip to content

Commit a5bdabd

Browse files
authored
bump eth_compatibility version (#1300)
1 parent 0e961d8 commit a5bdabd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/eth_compatibility/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ink_eth_compatibility"
3-
version = "3.0.1"
3+
version = "3.3.0"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2021"
66

@@ -15,7 +15,7 @@ categories = ["no-std", "embedded"]
1515
include = ["Cargo.toml", "src/**/*.rs", "/README.md", "/LICENSE"]
1616

1717
[dependencies]
18-
ink_env = { version = "3.0.1", path = "../env", default-features = false }
18+
ink_env = { version = "3.3.0", path = "../env", default-features = false }
1919

2020
[target.'cfg(not(target_os = "windows"))'.dependencies]
2121
# We do not include `libsecp256k1` on Windows, since it's incompatible.

0 commit comments

Comments
 (0)