diff --git a/Cargo.toml b/Cargo.toml index acc5c1eb3..aae05d81b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } diff --git a/support/procedural-fork/Cargo.toml b/support/procedural-fork/Cargo.toml index e434378bf..be58492dc 100644 --- a/support/procedural-fork/Cargo.toml +++ b/support/procedural-fork/Cargo.toml @@ -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" }