Backfill missing TOML features (#11351)

* only check std

* add default-features=false

* Revert "add default-features=false"

This reverts commit bc9453757a1df670f418a2d57ee4ce203425ab1b.

* missing features only to non-optional
This commit is contained in:
Shawn Tabrizi
2022-05-05 12:43:52 +01:00
committed by GitHub
parent f9e4e87efa
commit a4bb42d85c
15 changed files with 25 additions and 1 deletions
@@ -25,6 +25,7 @@ sp-std = { version = "4.0.0", default-features = false, path = "../../std" }
default = ["std"]
std = [
"blake2/std",
"byteorder/std",
"sha2/std",
"sha3/std",
"sp-std/std",