Skip to content

Commit

Permalink
Fix procedural-fork test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-otf committed Dec 2, 2024
1 parent 2ed4acc commit ef87c63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
30 changes: 3 additions & 27 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk.git
frame-executive = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
frame-metadata-hash-extension = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
frame-support-procedural-tools = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion support/procedural-fork/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true
macro_magic = { version = "0.5", features = ["proc_support"] }
frame-support-procedural-tools = { version = "10.0.0" }
frame-support-procedural-tools.workspace = true
proc-macro-warning = { version = "1", default-features = false }
expander = "2"
sp-crypto-hashing = { default-features = false, version = "0.1.0" }
Expand Down

0 comments on commit ef87c63

Please sign in to comment.