Skip to content

Commit ef87c63

Browse files
committed
Fix procedural-fork test failure
1 parent 2ed4acc commit ef87c63

File tree

3 files changed

+5
-28
lines changed

3 files changed

+5
-28
lines changed

Diff for: Cargo.lock

+3-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk.git
9696
frame-executive = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
9797
frame-metadata-hash-extension = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
9898
frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
99+
frame-support-procedural-tools = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
99100
frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
100101
frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
101102
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }

Diff for: support/procedural-fork/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ proc-macro2.workspace = true
1515
quote.workspace = true
1616
syn.workspace = true
1717
macro_magic = { version = "0.5", features = ["proc_support"] }
18-
frame-support-procedural-tools = { version = "10.0.0" }
18+
frame-support-procedural-tools.workspace = true
1919
proc-macro-warning = { version = "1", default-features = false }
2020
expander = "2"
2121
sp-crypto-hashing = { default-features = false, version = "0.1.0" }

0 commit comments

Comments
 (0)