Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Revert "Add some mistakes"
Browse files Browse the repository at this point in the history
This reverts commit b2b1099.
  • Loading branch information
ggwpez committed Aug 21, 2023
1 parent b2b1099 commit 5a112a6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frame/transaction-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"sp-runtime/runtime-benchmarks"
"sp-runtime/runtime-benchmarks",
]
std = [
"codec/std",
Expand Down
2 changes: 1 addition & 1 deletion primitives/application-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ serde = [
# For the regular wasm runtime builds this should not be used.
full_crypto = [
"sp-core/full_crypto",
"sp-io/disable_oom",
# Don't add `panic_handler` and `alloc_error_handler` since they are expected to be provided
# by the user anyway.
"sp-io/disable_panic_handler",
"sp-io/disable_oom",
]

# This feature adds BLS crypto primitives.
Expand Down
1 change: 0 additions & 1 deletion primitives/npos-elections/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ std = [
"sp-arithmetic/std",
"sp-core/std",
"sp-runtime/std",

"sp-std/std",
]

Expand Down
3 changes: 1 addition & 2 deletions primitives/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@ std = [
"either/use_std",
"hash256-std-hasher/std",
"log/std",
"rand",
"scale-info/std",
"serde/std",
"sp-api/std",
"sp-application-crypto/std",
"sp-arithmetic/std",
# hi
"rand",
"sp-core/std",
"sp-io/std",
"sp-state-machine/std",
Expand Down

0 comments on commit 5a112a6

Please sign in to comment.