Skip to content

Commit 66554fc

Browse files
committed
fix: hold half at the version needed for our minimal Rust version
Signed-off-by: Richard Zak <[email protected]>
1 parent 7217bb0 commit 66554fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciborium-ll/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ is-it-maintained-open-issues = { repository = "enarx/ciborium" }
2222

2323
[dependencies]
2424
ciborium-io = { path = "../ciborium-io", version = "0.2.2" }
25-
half = { version = "2.4.0", default-features = false}
25+
half = { version = "=2.4.1", default-features = false}
2626

2727
[dev-dependencies]
2828
hex = "0.4"

0 commit comments

Comments
 (0)