File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,9 @@ manual_inspect = "allow"
49
49
async-trait = " 0.1"
50
50
cargo-husky = { version = " 1" , default-features = false }
51
51
clap = " 4.5.4"
52
- codec = { version = " 3.2.2" , default-features = false }
52
+ codec = { package = " parity-scale-codec" , version = " 3.2.2" , default-features = false , features = [
53
+ " derive" ,
54
+ ] }
53
55
ed25519-dalek = { version = " 2.1.0" , default-features = false , features = [" alloc" ] }
54
56
enumflags2 = " 0.7.9"
55
57
futures = " 0.3.30"
@@ -89,6 +91,7 @@ frame-executive = { git = "https://github.com/paritytech/polkadot-sdk.git", tag
89
91
frame-metadata-hash-extension = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
90
92
frame-support = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
91
93
frame-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
94
+ frame-system-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
92
95
frame-system-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
93
96
frame-try-runtime = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
94
97
You can’t perform that action at this time.
0 commit comments