We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4522c6 commit cab31eaCopy full SHA for cab31ea
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cssparser"
3
-version = "0.32.0"
+version = "0.33.0"
4
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
5
6
description = "Rust implementation of CSS Syntax Level 3"
color/Cargo.toml
@@ -12,7 +12,7 @@ edition = "2021"
12
path = "lib.rs"
13
14
[dependencies]
15
-cssparser = { path = ".." }
+cssparser = { version = "0.33", path = ".." }
16
17
[dev-dependencies]
18
serde_json = "1.0"
0 commit comments