Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed Sep 28, 2024
1 parent f40d0d0 commit bf128aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/primitives/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ runtime-benchmarks = []
try-runtime = []
default = ["std"]
std = [
"binary-merkle-tree/std",
"codec/std",
"either/use_std",
"hash256-std-hasher/std",
Expand All @@ -74,7 +75,6 @@ std = [
"sp-trie/std",
"sp-weights/std",
"tracing/std",
"binary-merkle-tree/std",
]

# Serde support without relying on std features.
Expand Down

0 comments on commit bf128aa

Please sign in to comment.