Order serde feature list alphabetically
Do minor refactor to put the list of enables in alphabetic order. Done in preparation for adding the `primitives` crate.
This commit is contained in:
parent
5bd3387c15
commit
bc25ed35d5
|
@ -18,7 +18,7 @@ default = [ "std", "secp-recovery" ]
|
|||
std = ["base58/std", "bech32/std", "hashes/std", "hex/std", "internals/std", "io/std", "secp256k1/std", "units/std"]
|
||||
rand-std = ["secp256k1/rand-std", "std"]
|
||||
rand = ["secp256k1/rand"]
|
||||
serde = ["actual-serde", "hashes/serde", "secp256k1/serde", "internals/serde", "units/serde"]
|
||||
serde = ["actual-serde", "hashes/serde", "internals/serde", "secp256k1/serde", "units/serde"]
|
||||
secp-lowmemory = ["secp256k1/lowmemory"]
|
||||
secp-recovery = ["secp256k1/recovery"]
|
||||
bitcoinconsensus-std = ["bitcoinconsensus/std", "std"]
|
||||
|
|
Loading…
Reference in New Issue