From 4bb92409926f25981cf99da913da572ee346aa92 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 19 Jun 2024 11:38:21 +1000 Subject: [PATCH] bitcoin: Add comment to manifest Add a comment to the manifest features section to try to help the docs not go stale again. --- bitcoin/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitcoin/Cargo.toml b/bitcoin/Cargo.toml index 7c63520b0..14cf40057 100644 --- a/bitcoin/Cargo.toml +++ b/bitcoin/Cargo.toml @@ -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"]