We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb07131 commit 6fb149bCopy full SHA for 6fb149b
color/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cssparser-color"
3
-version = "0.1.0"
+version = "0.2.0"
4
authors = ["Emilio Cobos Álvarez <emilio@crisal.io>"]
5
description = "Color implementation based on cssparser"
6
documentation = "https://docs.rs/cssparser-color/"
@@ -12,7 +12,7 @@ edition = "2021"
12
path = "lib.rs"
13
14
[dependencies]
15
-cssparser = { path = ".." }
+cssparser = { path = "..", version = "0.34" }
16
serde = { version = "1.0", features = ["derive"], optional = true }
17
18
[features]
0 commit comments