Skip to content

Commit ed6f967

Browse files
committed
fix hex-conservative version
1 parent 9c18d3d commit ed6f967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/v2/roles-logic-sv2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ chacha20poly1305 = { version = "0.10.1"}
2626
nohash-hasher = "0.2.0"
2727
siphasher = "1"
2828
primitive-types = "0.13.1"
29-
hex = {package = "hex-conservative", version = "*"}
29+
hex = {package = "hex-conservative", version = "0.3.0"}
3030

3131
[dev-dependencies]
3232
codec_sv2 = { path = "../../../protocols/v2/codec-sv2", version = "^2.0.0" }

0 commit comments

Comments
 (0)