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:
Tobin C. Harding 2024-06-19 11:38:21 +10:00
parent c6c70a721e
commit 4bb9240992
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 0 deletions

View File

@ -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"]