From ae070fd96486d7ad6e9cd3ef263d4df9f0e24a29 Mon Sep 17 00:00:00 2001 From: maniacata Date: Mon, 3 Aug 2026 16:21:22 +0000 Subject: [PATCH] chore(deps): loosen `half` version constraint --- float-pigment-css/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }