@@ -14,14 +14,14 @@ scale-info = { version = "2.1", default-features = false, features = ["derive"]
14
14
bp-message-dispatch = { default-features = false , path = " ../../primitives/message-dispatch" }
15
15
bp-runtime = { default-features = false , path = " ../../primitives/runtime" }
16
16
# paritytech
17
- frame-support = { default-features = false , git = " https://github.com/paritytech/substrate" , branch = " master " }
18
- frame-system = { default-features = false , git = " https://github.com/paritytech/substrate" , branch = " master " }
19
- sp-core = { default-features = false , git = " https://github.com/paritytech/substrate" , branch = " master " }
20
- sp-runtime = { default-features = false , git = " https://github.com/paritytech/substrate" , branch = " master " }
21
- sp-std = { default-features = false , git = " https://github.com/paritytech/substrate" , branch = " master " }
17
+ frame-support = { default-features = false , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
18
+ frame-system = { default-features = false , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
19
+ sp-core = { default-features = false , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
20
+ sp-runtime = { default-features = false , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
21
+ sp-std = { default-features = false , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
22
22
23
23
[dev-dependencies ]
24
- sp-io = { git = " https://github.com/paritytech/substrate" , branch = " master " }
24
+ sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.30 " }
25
25
26
26
[features ]
27
27
default = [" std" ]
0 commit comments