Skip to content

Commit 4c49486

Browse files
authored
Release v0.37.0 (#428)
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent e8465d3 commit 4c49486

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.36.0"
3+
version = "0.37.0"
44
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
55

66
description = "Rust implementation of CSS Syntax Level 3"
@@ -20,7 +20,7 @@ itoa = "1.0"
2020
smallvec = "1.0"
2121

2222
# Optional dependencies
23-
cssparser-macros = { path = "./macros", version = "0.6.1", optional = true }
23+
cssparser-macros = { path = "./macros", version = "0.7.0", optional = true }
2424
malloc_size_of = { version = "0.1", default-features = false, optional = true }
2525
phf = { version = "0.13.1", features = ["macros"], optional = true }
2626
serde = { version = "1.0", features = ["derive"], optional = true }

color/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-color"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Emilio Cobos Álvarez <emilio@crisal.io>"]
55
description = "Color implementation based on cssparser"
66
documentation = "https://docs.rs/cssparser-color/"
@@ -13,7 +13,7 @@ rust-version = "1.71"
1313
path = "lib.rs"
1414

1515
[dependencies]
16-
cssparser = { path = "..", version = "0.36", default-features = false }
16+
cssparser = { path = "..", version = "0.37", default-features = false }
1717
serde = { version = "1.0", features = ["derive"], optional = true }
1818

1919
[features]

macros/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-macros"
3-
version = "0.6.1"
3+
version = "0.7.0"
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)