We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958a3f0 commit 3dd4f63Copy full SHA for 3dd4f63
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cssparser"
3
-version = "0.34.1"
+version = "0.35.0"
4
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
5
6
description = "Rust implementation of CSS Syntax Level 3"
color/Cargo.toml
name = "cssparser-color"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Emilio Cobos Álvarez <emilio@crisal.io>"]
description = "Color implementation based on cssparser"
documentation = "https://docs.rs/cssparser-color/"
@@ -12,7 +12,7 @@ edition = "2021"
12
path = "lib.rs"
13
14
[dependencies]
15
-cssparser = { path = "..", version = "0.34" }
+cssparser = { path = "..", version = "0.35" }
16
serde = { version = "1.0", features = ["derive"], optional = true }
17
18
[features]
0 commit comments