Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 1e3b1b3

Browse files
bors[bot]Franck Royer
andauthored
Merge #264
264: Ensure use-serde is enabled for bitcoin_hashes r=D4nte a=D4nte Does not compile without that on Windows Linux subsystem Co-authored-by: Franck Royer <[email protected]>
2 parents 406fe75 + 5d48bbe commit 1e3b1b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hex-serde = "0.1.0"
2020
http = "0.1"
2121
lazy_static = "1.4"
2222
reqwest = { version = "0.9", default-features = false }
23-
rust_bitcoin = { version = "0.19.1", package = "bitcoin" }
23+
rust_bitcoin = { version = "0.19.1", package = "bitcoin", features = ["use-serde"] }
2424
secp256k1 = { version = "0.12", features = ["rand"] }
2525
serde = "1"
2626
serde_json = "1"

0 commit comments

Comments
 (0)