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 11[package ]
22name = " cssparser"
3- version = " 0.34.1 "
3+ version = " 0.35.0 "
44authors = [" Simon Sapin <simon.sapin@exyr.org>" ]
55
66description = " Rust implementation of CSS Syntax Level 3"
Original file line number Diff line number Diff line change 11[package ]
22name = " cssparser-color"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44authors = [" Emilio Cobos Álvarez <emilio@crisal.io>" ]
55description = " Color implementation based on cssparser"
66documentation = " https://docs.rs/cssparser-color/"
@@ -12,7 +12,7 @@ edition = "2021"
1212path = " lib.rs"
1313
1414[dependencies ]
15- cssparser = { path = " .." , version = " 0.34 " }
15+ cssparser = { path = " .." , version = " 0.35 " }
1616serde = { version = " 1.0" , features = [" derive" ], optional = true }
1717
1818[features ]
You can’t perform that action at this time.
0 commit comments