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 ecd0a3d commit 3881e0dCopy full SHA for 3881e0d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cssparser"
3
-version = "0.23.4"
+version = "0.23.5"
4
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
5
6
description = "Rust implementation of CSS Syntax Level 3"
@@ -19,7 +19,7 @@ difference = "2.0"
19
encoding_rs = "0.7"
20
21
[dependencies]
22
-cssparser-macros = {path = "./macros", version = "0.3"}
+cssparser-macros = {path = "./macros", version = "0.3.3"}
23
dtoa-short = "0.3"
24
heapsize = {version = ">= 0.3, < 0.5", optional = true}
25
itoa = "0.4"
0 commit comments