Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Pan committed Jul 12, 2024
1 parent ce113f9 commit 1f07314
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions substrate/frame/metadata-hash-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ repository = "https://github.com/paritytech/polkadot-sdk/"
description = "FRAME signed extension for verifying the metadata hash"

[dependencies]
array-bytes = "6.2.2"
array-bytes = "6.1"
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] }
scale-info = { version = "2.10.0", default-features = false, features = ["derive", "serde"] }
sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] }
frame-support = { path = "../support", default-features = false }
frame-system = { path = "../system", default-features = false }
log = { version = "0.4.17", default-features = false }
docify = "0.2.8"
docify = "0.2.7"

[dev-dependencies]
substrate-wasm-builder = { path = "../../utils/wasm-builder", features = ["metadata-hash"] }
Expand Down
2 changes: 1 addition & 1 deletion substrate/utils/frame/benchmarking-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
array-bytes = "6.1"
array-bytes = "6.2.2"
chrono = "0.4"
clap = { version = "4.4.18", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.1" }
Expand Down

0 comments on commit 1f07314

Please sign in to comment.