Skip to content

Commit 2308261

Browse files
authored
chore: Pin half version to prevent CI failure (#757)
1 parent 095d8b2 commit 2308261

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ rustversion = "1.0"
5858
test-log = { version = "0.2.11", features = ["trace"] }
5959
trybuild = "1.0"
6060

61+
# not directly used, but 2.5.0 bumped the MSRV beyond 1.80 so pin it temporarily
62+
half = "=2.4.1"
63+
6164
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dev-dependencies]
6265
tikv-jemallocator = "0.6.0"
6366

0 commit comments

Comments
 (0)