Skip to content

Commit 0ebd17b

Browse files
committed
Bump cssparser-macros version too.
1 parent 90d38e8 commit 0ebd17b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ difference = "2.0"
2020
encoding_rs = "0.8"
2121

2222
[dependencies]
23-
cssparser-macros = {path = "./macros", version = "0.6"}
23+
cssparser-macros = {path = "./macros", version = "0.6.1"}
2424
dtoa-short = "0.3"
2525
itoa = "1.0"
2626
phf = {version = ">=0.8,<=0.11", features = ["macros"]}

macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cssparser-macros"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
55
description = "Procedural macros for cssparser"
66
documentation = "https://docs.rs/cssparser-macros/"

0 commit comments

Comments
 (0)