We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7664570 commit 2c67681Copy full SHA for 2c67681
Cargo.toml
@@ -20,6 +20,7 @@ trace = []
20
unstable = []
21
serde = ["actual-serde", "bitcoin/serde"]
22
rand = ["bitcoin/rand"]
23
+base64 = ["bitcoin/base64"]
24
25
[dependencies]
26
bitcoin = { version = "0.29.1", default-features = false }
contrib/test.sh
@@ -2,7 +2,7 @@
2
3
set -ex
4
5
-FEATURES="compiler serde rand"
+FEATURES="compiler serde rand base64"
6
7
cargo update -p serde --precise 1.0.142
8
cargo update -p serde_derive --precise 1.0.142
0 commit comments