diff --git a/Cargo.toml b/Cargo.toml index ae57398f..ce52624a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ members = ["binding-generator"] [dependencies] # todo: MSRV, allow version to go 2.5.0 and above when MSRV is 1.81.0 -half = { version = "2, <2.5.0", optional = true } +half = { version = "2, <2.6.0", optional = true } libc = "0.2" num-traits = "0.2" once_cell = "1"