Skip to content

Commit

Permalink
fix hex dependency version, set to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Mar 21, 2024
1 parent bbeaab4 commit b55ec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/lib.rs"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
bitcoin = { version = "0.31.0", features = ["serde", "std"], default-features = false }
hex = { package = "hex-conservative", version = "*" }
hex = { package = "hex-conservative", version = "0.2.0" }
log = "^0.4"
minreq = { version = "2.11.0", features = ["json-using-serde"], optional = true }
reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] }
Expand Down

0 comments on commit b55ec14

Please sign in to comment.