Skip to content

Commit

Permalink
Remove unneeded 'std' features
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Jan 10, 2023
1 parent 00a931b commit 1563044
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,5 @@ tracing-test = { version = "0.2.1", git = "https://github.com/nathanwhit/tracing

[features]
default = ["std", "prometheus"]
std = [
"sp-core/std",
"sp-arithmetic/std",
"sp-runtime-interface/std",
"parity-scale-codec/std",
]
std = ["sp-core/std", "sp-arithmetic/std"]
prometheus = ["substrate-prometheus-endpoint"]

0 comments on commit 1563044

Please sign in to comment.