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.
1 parent 6970146 commit 4e6a4f1Copy full SHA for 4e6a4f1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cssparser"
3
-version = "0.23.2"
+version = "0.23.3"
4
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
5
6
description = "Rust implementation of CSS Syntax Level 3"
@@ -22,7 +22,7 @@ encoding_rs = "0.7"
22
cssparser-macros = {path = "./macros", version = "0.3"}
23
dtoa-short = "0.3"
24
heapsize = {version = ">= 0.3, < 0.5", optional = true}
25
-itoa = "0.3"
+itoa = "0.4"
26
matches = "0.1"
27
phf = "0.7"
28
procedural-masquerade = {path = "./procedural-masquerade", version = "0.1"}
0 commit comments