Skip to content

Commit 6fb149b

Browse files
authored
Bump cssparser_color version. (#395)
1 parent bb07131 commit 6fb149b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

color/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cssparser-color"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Emilio Cobos Álvarez <[email protected]>"]
55
description = "Color implementation based on cssparser"
66
documentation = "https://docs.rs/cssparser-color/"
@@ -12,7 +12,7 @@ edition = "2021"
1212
path = "lib.rs"
1313

1414
[dependencies]
15-
cssparser = { path = ".." }
15+
cssparser = { path = "..", version = "0.34" }
1616
serde = { version = "1.0", features = ["derive"], optional = true }
1717

1818
[features]

0 commit comments

Comments
 (0)