Skip to content

Commit 9fc6edc

Browse files
Update half requirement from 2, <2.5.0 to 2, <2.7.0
Updates the requirements on [half](https://github.com/VoidStarKat/half-rs) to permit the latest version. - [Release notes](https://github.com/VoidStarKat/half-rs/releases) - [Changelog](https://github.com/VoidStarKat/half-rs/blob/main/CHANGELOG.md) - [Commits](VoidStarKat/half-rs@v2.0.0...v2.6.0) --- updated-dependencies: - dependency-name: half dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52d5738 commit 9fc6edc

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
@@ -24,7 +24,7 @@ members = ["binding-generator"]
2424

2525
[dependencies]
2626
# todo: MSRV, allow version to go 2.5.0 and above when MSRV is 1.81.0
27-
half = { version = "2, <2.5.0", optional = true }
27+
half = { version = "2, <2.7.0", optional = true }
2828
libc = "0.2"
2929
num-traits = "0.2"
3030
once_cell = "1"

0 commit comments

Comments
 (0)