From 7c2985b04305ad10c7a08151bcfcd538126546dd Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 7 Sep 2026 13:18:20 +0200 Subject: [PATCH] Bump versions of cssparser-color and cssparser-macros Compared to previous versions: * cssparser-macros contains a preformance improvement that does not affect its public API, so this new version is semver-compatible * cssparser-color has cssparser types in its public API, so this propagates the semver-incompatibility of cssparser 0.38 This follows https://github.com/servo/rust-cssparser/pull/442, with intent to publish all three crates immediately. Signed-off-by: Simon Sapin --- color/Cargo.toml | 2 +- macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/color/Cargo.toml b/color/Cargo.toml index 05d55daf..aec88f27 100644 --- a/color/Cargo.toml +++ b/color/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cssparser-color" -version = "0.5.0" +version = "0.6.0" authors = ["Emilio Cobos Álvarez "] description = "Color implementation based on cssparser" documentation = "https://docs.rs/cssparser-color/" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index f0e875da..1af893c4 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cssparser-macros" -version = "0.7.0" +version = "0.7.1" authors = ["Simon Sapin "] description = "Procedural macros for cssparser" documentation = "https://docs.rs/cssparser-macros/"