Add comment to bitcoinconsensus dependency
Add a comment to point users towards the `bitcoinconsensus-std` feature for std builds.
This commit is contained in:
parent
922996b032
commit
8ed74c4f0d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue