Skip to content

Commit 77d8031

Browse files
committed
Bump version 0.35.0
Signed-off-by: Nico Burns <[email protected]>
1 parent 958a3f0 commit 77d8031

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cssparser"
3-
version = "0.34.1"
3+
version = "0.35.0"
44
authors = ["Simon Sapin <[email protected]>"]
55

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

color/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cssparser-color"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Emilio Cobos Álvarez <[email protected]>"]
55
description = "Color implementation based on cssparser"
66
documentation = "https://docs.rs/cssparser-color/"
@@ -12,7 +12,7 @@ edition = "2021"
1212
path = "lib.rs"
1313

1414
[dependencies]
15-
cssparser = { path = "..", version = "0.34" }
15+
cssparser = { path = "..", version = "0.35" }
1616
serde = { version = "1.0", features = ["derive"], optional = true }
1717

1818
[features]

0 commit comments

Comments
 (0)