Skip to content

Commit 0618272

Browse files
committed
add macros to workspace deps
1 parent 5e95bd0 commit 0618272

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ serde_with = { version = "=2.0.0", default-features = false }
3434
smallvec = "1.13.2"
3535
litep2p = { git = "https://github.com/paritytech/litep2p", branch = "master" }
3636

37+
macros = { path = "support/macros" }
38+
3739
frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.10.0", default-features = false }
3840
frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.10.0" }
3941
frame-executive = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.10.0", default-features = false }

0 commit comments

Comments
 (0)