Skip to content

Commit f975639

Browse files
authored
Merge pull request #102 from savil/hex-version
change hex version to 0.3, and leave out the minor bumps
2 parents 6919cd3 + 07d7b39 commit f975639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ version = "0.13"
3030
features = ["bitcoinconsensus"]
3131

3232
[dev-dependencies]
33-
hex = "0.3.2"
33+
hex = "0.3"

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ honggfuzz_fuzz = ["honggfuzz"]
1919
afl = { version = "0.3", optional = true }
2020
lightning = { path = "..", features = ["fuzztarget"] }
2121
bitcoin = { version = "0.13", features = ["fuzztarget"] }
22-
hex = "0.3.2"
22+
hex = "0.3"
2323
honggfuzz = { version = "0.5", optional = true }
2424
rust-crypto = "0.2"
2525
secp256k1 = { version = "0.9", features=["fuzztarget"] }

0 commit comments

Comments
 (0)