Add comment to bitcoinconsensus dependency

Add a comment to point users towards the `bitcoinconsensus-std` feature
for std builds.
This commit is contained in:
Tobin C. Harding 2023-06-20 05:24:30 +10:00
parent 922996b032
commit 8ed74c4f0d
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ secp256k1 = { version = "0.27.0", default-features = false, features = ["bitcoin
hex_lit = "0.1.1"
base64 = { version = "0.13.0", optional = true }
# Only use this feature for no-std builds, otherwise use bitcoinconsensus-std.
bitcoinconsensus = { version = "0.20.2-0.5.0", default-features = false, optional = true }
core2 = { version = "0.3.2", default-features = false, features = ["alloc"], optional = true }
# Do NOT use this as a feature! Use the `serde` feature instead.