File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " cssparser"
3- version = " 0.36 .0"
3+ version = " 0.37 .0"
44authors = [" Simon Sapin <simon.sapin@exyr.org>" ]
55
66description = " Rust implementation of CSS Syntax Level 3"
@@ -20,7 +20,7 @@ itoa = "1.0"
2020smallvec = " 1.0"
2121
2222# Optional dependencies
23- cssparser-macros = { path = " ./macros" , version = " 0.6.1 " , optional = true }
23+ cssparser-macros = { path = " ./macros" , version = " 0.7.0 " , optional = true }
2424malloc_size_of = { version = " 0.1" , default-features = false , optional = true }
2525phf = { version = " 0.13.1" , features = [" macros" ], optional = true }
2626serde = { version = " 1.0" , features = [" derive" ], optional = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " cssparser-color"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [" Emilio Cobos Álvarez <emilio@crisal.io>" ]
55description = " Color implementation based on cssparser"
66documentation = " https://docs.rs/cssparser-color/"
@@ -13,7 +13,7 @@ rust-version = "1.71"
1313path = " lib.rs"
1414
1515[dependencies ]
16- cssparser = { path = " .." , version = " 0.36 " , default-features = false }
16+ cssparser = { path = " .." , version = " 0.37 " , default-features = false }
1717serde = { version = " 1.0" , features = [" derive" ], optional = true }
1818
1919[features ]
Original file line number Diff line number Diff line change 11[package ]
22name = " cssparser-macros"
3- version = " 0.6.1 "
3+ version = " 0.7.0 "
44authors = [" Simon Sapin <simon.sapin@exyr.org>" ]
55description = " Procedural macros for cssparser"
66documentation = " https://docs.rs/cssparser-macros/"
You can’t perform that action at this time.
0 commit comments