We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d38e8 commit 0ebd17bCopy full SHA for 0ebd17b
Cargo.toml
@@ -20,7 +20,7 @@ difference = "2.0"
20
encoding_rs = "0.8"
21
22
[dependencies]
23
-cssparser-macros = {path = "./macros", version = "0.6"}
+cssparser-macros = {path = "./macros", version = "0.6.1"}
24
dtoa-short = "0.3"
25
itoa = "1.0"
26
phf = {version = ">=0.8,<=0.11", features = ["macros"]}
macros/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cssparser-macros"
3
-version = "0.6.0"
+version = "0.6.1"
4
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
5
description = "Procedural macros for cssparser"
6
documentation = "https://docs.rs/cssparser-macros/"
0 commit comments