Skip to content

Commit 2337dc5

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

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

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

0 commit comments

Comments
 (0)