Skip to content

Commit 3881e0d

Browse files
committed
v0.23.5
1 parent ecd0a3d commit 3881e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cssparser"
3-
version = "0.23.4"
3+
version = "0.23.5"
44
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
55

66
description = "Rust implementation of CSS Syntax Level 3"
@@ -19,7 +19,7 @@ difference = "2.0"
1919
encoding_rs = "0.7"
2020

2121
[dependencies]
22-
cssparser-macros = {path = "./macros", version = "0.3"}
22+
cssparser-macros = {path = "./macros", version = "0.3.3"}
2323
dtoa-short = "0.3"
2424
heapsize = {version = ">= 0.3, < 0.5", optional = true}
2525
itoa = "0.4"

0 commit comments

Comments
 (0)