@@ -16,7 +16,6 @@ std = [
16
16
" sp-io/std" ,
17
17
" sp-runtime/std" ,
18
18
" sp-std/std" ,
19
- " pallet-emergency-shutdown/std" ,
20
19
]
21
20
runtime-benchmarks = [
22
21
" frame-benchmarking" ,
@@ -25,18 +24,17 @@ runtime-benchmarks = [
25
24
]
26
25
27
26
[dependencies ]
28
- codec = { package = " parity-scale-codec" , version = " 3.0.0" , default-features = false , features = [" derive" ] }
27
+ codec = { package = " parity-scale-codec" , version = " 3.0.0" , default-features = false , features = [" derive" , ] }
29
28
serde = { version = " 1.0.136" , optional = true , features = [" derive" ] }
30
- scale-info = { version = " 2.0.1" , default-features = false , features = [" derive" ] }
31
- frame-benchmarking = { git = " https://github.com/paritytech/substrate" , default-features = false , optional = true , branch = " polkadot-v0.9.20" }
32
- frame-support = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
33
- frame-system = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
34
- pallet-balances = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
35
- sp-io = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
36
- sp-runtime = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
37
- sp-std = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
38
- pallet-emergency-shutdown = { default-features = false , path = " ../emergency-shutdown" }
29
+ scale-info = { version = " 2.0.1" , default-features = false , features = [ " derive" ,] }
30
+ frame-benchmarking = { git = " https://github.com/paritytech/substrate" , default-features = false , optional = true , branch = " polkadot-v0.9.20" }
31
+ frame-support = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
32
+ frame-system = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
33
+ pallet-balances = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
34
+ sp-io = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
35
+ sp-runtime = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
36
+ sp-std = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
39
37
support = { path = " ../../support" }
40
38
41
39
[dev-dependencies ]
42
- sp-core = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
40
+ sp-core = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.20" }
0 commit comments