Skip to content

Commit cab31ea

Browse files
committed
Bump version.
1 parent b4522c6 commit cab31ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

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

66
description = "Rust implementation of CSS Syntax Level 3"

color/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
path = "lib.rs"
1313

1414
[dependencies]
15-
cssparser = { path = ".." }
15+
cssparser = { version = "0.33", path = ".." }
1616

1717
[dev-dependencies]
1818
serde_json = "1.0"

0 commit comments

Comments
 (0)