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.
1 parent bbeaab4 commit 811ff7eCopy full SHA for 811ff7e
Cargo.toml
@@ -19,7 +19,7 @@ path = "src/lib.rs"
19
[dependencies]
20
serde = { version = "1.0", features = ["derive"] }
21
bitcoin = { version = "0.31.0", features = ["serde", "std"], default-features = false }
22
-hex = { package = "hex-conservative", version = "*" }
+hex = { package = "hex-conservative", version = "0.2" }
23
log = "^0.4"
24
minreq = { version = "2.11.0", features = ["json-using-serde"], optional = true }
25
reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] }
0 commit comments