Skip to content

Commit

Permalink
Update cargo_metadata requirement from 0.15.3 to 0.17.0 (#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 25, 2023
1 parent bcaf31e commit 9e38056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/e2e/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proc-macro = true

[dependencies]
ink_ir = { version = "=4.2.0", path = "../../ink/ir" }
cargo_metadata = "0.15.3"
cargo_metadata = "0.17.0"
contract-build = "3.0.0"
derive_more = "0.99.17"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
Expand Down

0 comments on commit 9e38056

Please sign in to comment.