Skip to content

Commit

Permalink
Bump ink dependencies to 4.3.0 (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones authored Aug 24, 2023
1 parent 52daccc commit e179fae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions crates/build/templates/new/_Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ authors = ["[your_name] <[your_email]>"]
edition = "2021"

[dependencies]
ink = { version = "4.2.0", default-features = false }
ink = { version = "4.3.0", default-features = false }

scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
scale-info = { version = "2.6", default-features = false, features = ["derive"], optional = true }

[dev-dependencies]
ink_e2e = "4.2.0"
ink_e2e = "4.3.0"

[lib]
path = "lib.rs"
Expand Down
10 changes: 5 additions & 5 deletions crates/transcode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ contract-metadata = { version = "4.0.0-alpha", path = "../metadata" }
escape8259 = "0.5.2"
hex = "0.4.3"
indexmap = "2.0.0"
ink_env = "4.2.0"
ink_metadata = "4.2.0"
ink_env = "4.3.0"
ink_metadata = "4.3.0"
itertools = "0.11.0"
tracing = "0.1.37"
nom = "7.1.3"
Expand All @@ -40,9 +40,9 @@ strsim = "0.10.0"

[dev-dependencies]
assert_matches = "1.5.0"
ink = "4.2.0"
sp-core = "21.0.0"
sp-keyring = "24.0.0"
ink = "4.3.0"
sp-core = "22.0.0"
sp-keyring = "25.0.0"

[features]
# This `std` feature is required for testing using an inline contract's metadata, because `ink!` annotates the metadata
Expand Down

0 comments on commit e179fae

Please sign in to comment.