We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust-bitcoin
0.32.0
1 parent 898f230 commit 78cb066Copy full SHA for 78cb066
Cargo.toml
@@ -18,7 +18,7 @@ path = "src/lib.rs"
18
19
[dependencies]
20
log = "^0.4"
21
-bitcoin = { version = "0.31.0", features = ["serde"] }
+bitcoin = { version = "0.32", features = ["serde"] }
22
serde = { version = "^1.0", features = ["derive"] }
23
serde_json = { version = "^1.0" }
24
0 commit comments