Skip to content

Commit

Permalink
Merge #82: fix hex dependency version, set to 0.2.0
Browse files Browse the repository at this point in the history
811ff7e fix hex dependency version, set to 0.2 (Steve Myers)

Pull request description:

  We need to set a version for the hex dependency, crates.io does not let us publish a package with an * version.

ACKs for top commit:
  oleonardolima:
    ACK 811ff7e
  storopoli:
    ACK 811ff7e
  vladimirfomene:
    ACK 811ff7e

Tree-SHA512: c778f05cd5d89016cdb4645cd6528619cf6d02631a43528c931e12ff63c048ea69eba2048eb90c9aefae754564a33f4fb969e439b870ffe149f6f7338cd7c8d9
  • Loading branch information
notmandatory committed Mar 21, 2024
2 parents bbeaab4 + 811ff7e commit d6bff85
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" }
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 d6bff85

Please sign in to comment.