Skip to content

Commit 0fb498d

Browse files
committed
fix codec workspace ver
1 parent 6c9c832 commit 0fb498d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ manual_inspect = "allow"
4949
async-trait = "0.1"
5050
cargo-husky = { version = "1", default-features = false }
5151
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+
] }
5355
ed25519-dalek = { version = "2.1.0", default-features = false, features = ["alloc"] }
5456
enumflags2 = "0.7.9"
5557
futures = "0.3.30"
@@ -89,6 +91,7 @@ frame-executive = { git = "https://github.com/paritytech/polkadot-sdk.git", tag
8991
frame-metadata-hash-extension = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
9092
frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
9193
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 }
9295
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
9396
frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2409", default-features = false }
9497

0 commit comments

Comments
 (0)