Skip to content

Commit

Permalink
fix cargo_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ukint-vs committed Dec 1, 2023
1 parent 8a37b9a commit 56142f5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 31 deletions.
54 changes: 24 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ byteorder = { version = "1.5.0", default-features = false }
blake2-rfc = { version = "0.2.18", default-features = false }
bs58 = { version = "0.5.0", default-features = false }
# TODO: upgrade this package ( issue #2694 )
cargo_metadata = "=0.15.3"
cargo_metadata = "=0.15.4"
clap = { version = "4.4.10" }
codec = { package = "parity-scale-codec", version = "3.6.4", default-features = false }
color-eyre = "0.6.2"
Expand Down

0 comments on commit 56142f5

Please sign in to comment.