Skip to content

Commit 773656b

Browse files
committed
Bump half dependency to the current stable version
Bumping ahash is blocked by our MSRV policy.
1 parent 23e9101 commit 773656b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "BSD-2-Clause"
1616

1717
[dependencies]
1818
ahash = "0.7"
19-
half = { version = "1.8", default-features = false, optional = true }
19+
half = { version = "2.0", default-features = false, optional = true }
2020
libc = "0.2"
2121
nalgebra = { version = "0.31", default-features = false, optional = true }
2222
num-complex = ">= 0.2, < 0.5"

0 commit comments

Comments
 (0)