Skip to content

Commit 9bf08b0

Browse files
committed
fix ci
1 parent 9f228cd commit 9bf08b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ rand = "0.9.0"
2828
# TODO: Need MSRV 1.81
2929
# rkyv = { version = "0.8.10", features = ["bytecheck", "unaligned"] }
3030

31+
# half 2.5.0 has MSRV 1.81
32+
half = "=2.4.0"
33+
3134
[[bench]]
3235
name = "bench"
3336
harness = false

0 commit comments

Comments
 (0)