diff --git a/float-pigment-css/Cargo.toml b/float-pigment-css/Cargo.toml index b79e231..150a972 100644 --- a/float-pigment-css/Cargo.toml +++ b/float-pigment-css/Cargo.toml @@ -72,7 +72,7 @@ ahash = { version = "0.8", default-features = false } num-traits = { version = "0.2", default-features = false } az = "1.2" fixed = { version = "=1.23", default-features = false, features = ["num-traits", "serde"] } -half = { version = "^2.0.0,<2.3.0", default-features = false } +half = { version = "2", default-features = false } spin = "0.9" fs_extra = { version = "1.3", optional = true }