We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e8a5a4 + d55bbce commit 682087fCopy full SHA for 682087f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cssparser"
3
-version = "0.23.1"
+version = "0.23.2"
4
authors = [ "Simon Sapin <[email protected]>" ]
5
6
description = "Rust implementation of CSS Syntax Level 3"
@@ -27,7 +27,7 @@ matches = "0.1"
27
phf = "0.7"
28
procedural-masquerade = {path = "./procedural-masquerade", version = "0.1"}
29
serde = {version = "1.0", optional = true}
30
-smallvec = "0.4.3"
+smallvec = "0.6"
31
32
[build-dependencies]
33
syn = "0.11"
0 commit comments