Skip to content

Commit

Permalink
bump eth_compatibility version (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
agryaznov authored Jun 22, 2022
1 parent 0e961d8 commit a5bdabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/eth_compatibility/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ink_eth_compatibility"
version = "3.0.1"
version = "3.3.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"

Expand All @@ -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.
Expand Down

0 comments on commit a5bdabd

Please sign in to comment.