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 c207194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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

0 comments on commit c207194

Please sign in to comment.