We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4981c commit 2337dc5Copy full SHA for 2337dc5
Cargo.toml
@@ -23,7 +23,7 @@ members = ["binding-generator"]
23
24
[dependencies]
25
# 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 }
+half = { version = "2, <2.6.0", optional = true }
27
libc = "0.2"
28
num-traits = "0.2"
29
once_cell = "1"
0 commit comments