File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cssparser"
3
- version = " 0.34.1 "
3
+ version = " 0.35.0 "
4
4
authors = [" Simon Sapin <simon.sapin@exyr.org>" ]
5
5
6
6
description = " Rust implementation of CSS Syntax Level 3"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cssparser-color"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
authors = [" Emilio Cobos Álvarez <emilio@crisal.io>" ]
5
5
description = " Color implementation based on cssparser"
6
6
documentation = " https://docs.rs/cssparser-color/"
@@ -12,7 +12,7 @@ edition = "2021"
12
12
path = " lib.rs"
13
13
14
14
[dependencies ]
15
- cssparser = { path = " .." , version = " 0.34 " }
15
+ cssparser = { path = " .." , version = " 0.35 " }
16
16
serde = { version = " 1.0" , features = [" derive" ], optional = true }
17
17
18
18
[features ]
You can’t perform that action at this time.
0 commit comments