We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff98fbe commit 9339dddCopy full SHA for 9339ddd
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cssparser"
3
-version = "0.35.0"
+version = "0.36.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.3.0"
+version = "0.4.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.35" }
+cssparser = { path = "..", version = "0.36" }
16
serde = { version = "1.0", features = ["derive"], optional = true }
17
18
[features]
0 commit comments