Skip to content

Commit 7cb5206

Browse files
committed
Allow working with older PHF versions.
1 parent 6de90d5 commit 7cb5206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cssparser"
3-
version = "0.29.5"
3+
version = "0.29.6"
44
authors = [ "Simon Sapin <[email protected]>" ]
55

66
description = "Rust implementation of CSS Syntax Level 3"
@@ -24,7 +24,7 @@ cssparser-macros = {path = "./macros", version = "0.6"}
2424
dtoa-short = "0.3"
2525
itoa = "1.0"
2626
matches = "0.1"
27-
phf = {version = "0.10", features = ["macros"]}
27+
phf = {version = ">=0.8,<=0.10", features = ["macros"]}
2828
serde = {version = "1.0", optional = true}
2929
smallvec = "1.0"
3030

0 commit comments

Comments
 (0)