Skip to content

Commit 18d6f59

Browse files
committed
Fix zepter
1 parent 058495e commit 18d6f59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

substrate/frame/assets/precompiles/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ sp-runtime = { workspace = true }
3232
[features]
3333
default = ["std"]
3434
std = [
35+
"codec/std",
3536
"frame-support/std",
3637
"frame-system/std",
3738
"pallet-assets/std",
3839
"pallet-balances/std",
3940
"pallet-revive/std",
41+
"scale-info/std",
4042
"sp-core/std",
4143
"sp-io/std",
4244
"sp-runtime/std",

0 commit comments

Comments
 (0)