bitcoin: Add comment to manifest
Add a comment to the manifest features section to try to help the docs not go stale again.
This commit is contained in:
parent
c6c70a721e
commit
4bb9240992
|
@ -13,6 +13,7 @@ edition = "2021"
|
|||
rust-version = "1.56.1"
|
||||
exclude = ["tests", "contrib"]
|
||||
|
||||
# If you change features or optional dependencies in any way please update the "# Cargo features" section in lib.rs as well.
|
||||
[features]
|
||||
default = [ "std", "secp-recovery" ]
|
||||
std = ["base58/std", "bech32/std", "hashes/std", "hex/std", "internals/std", "io/std", "secp256k1/std", "units/std"]
|
||||
|
|
Loading…
Reference in New Issue