We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de90d5 commit 7cb5206Copy full SHA for 7cb5206
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cssparser"
3
-version = "0.29.5"
+version = "0.29.6"
4
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
5
6
description = "Rust implementation of CSS Syntax Level 3"
@@ -24,7 +24,7 @@ cssparser-macros = {path = "./macros", version = "0.6"}
24
dtoa-short = "0.3"
25
itoa = "1.0"
26
matches = "0.1"
27
-phf = {version = "0.10", features = ["macros"]}
+phf = {version = ">=0.8,<=0.10", features = ["macros"]}
28
serde = {version = "1.0", optional = true}
29
smallvec = "1.0"
30
0 commit comments