Skip to content

Commit 54f065c

Browse files
author
Igor Gnatenko
committed
bump version
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
1 parent 724f132 commit 54f065c

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

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

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.3.0"
3+
version = "0.3.1"
44
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
55
description = "Procedural macros for cssparser"
66
documentation = "https://docs.rs/cssparser-macros/"

procedural-masquerade/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procedural-masquerade"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
55
description = "macro_rules for making proc_macro_derive pretending to be proc_macro"
66
documentation = "https://docs.rs/procedural-masquerade/"

0 commit comments

Comments
 (0)