Skip to content

Commit

Permalink
Bump cssparser_color version.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Nov 7, 2024
1 parent bb07131 commit 9045955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions color/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cssparser-color"
version = "0.1.0"
version = "0.1.1"
authors = ["Emilio Cobos Álvarez <[email protected]>"]
description = "Color implementation based on cssparser"
documentation = "https://docs.rs/cssparser-color/"
Expand All @@ -12,7 +12,7 @@ edition = "2021"
path = "lib.rs"

[dependencies]
cssparser = { path = ".." }
cssparser = { path = "..", version = "0.34" }
serde = { version = "1.0", features = ["derive"], optional = true }

[features]
Expand Down

0 comments on commit 9045955

Please sign in to comment.