Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Sep 11, 2023
1 parent b4522c6 commit cab31ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cssparser"
version = "0.32.0"
version = "0.33.0"
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]

description = "Rust implementation of CSS Syntax Level 3"
Expand Down
2 changes: 1 addition & 1 deletion color/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
path = "lib.rs"

[dependencies]
cssparser = { path = ".." }
cssparser = { version = "0.33", path = ".." }

[dev-dependencies]
serde_json = "1.0"
Expand Down

0 comments on commit cab31ea

Please sign in to comment.