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.
2 parents ef8162e + efc1b25 commit 7c9854eCopy full SHA for 7c9854e
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cssparser"
3
-version = "0.27.1"
+version = "0.27.2"
4
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
5
6
description = "Rust implementation of CSS Syntax Level 3"
@@ -26,7 +26,7 @@ itoa = "0.4"
26
matches = "0.1"
27
phf = {version = "0.8", features = ["macros"]}
28
serde = {version = "1.0", optional = true}
29
-smallvec = "0.6"
+smallvec = "1.0"
30
31
[build-dependencies]
32
syn = { version = "1", features = ["extra-traits", "fold", "full"] }
0 commit comments