We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e95bd0 commit 0618272Copy full SHA for 0618272
Cargo.toml
@@ -34,6 +34,8 @@ serde_with = { version = "=2.0.0", default-features = false }
34
smallvec = "1.13.2"
35
litep2p = { git = "https://github.com/paritytech/litep2p", branch = "master" }
36
37
+macros = { path = "support/macros" }
38
+
39
frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.10.0", default-features = false }
40
frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.10.0" }
41
frame-executive = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.10.0", default-features = false }
0 commit comments