Skip to content

Commit

Permalink
Allow working with older PHF versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed May 21, 2022
1 parent 6de90d5 commit 7cb5206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cssparser"
version = "0.29.5"
version = "0.29.6"
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]

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

Expand Down

0 comments on commit 7cb5206

Please sign in to comment.