@@ -3,13 +3,15 @@ members = [
33 " node" ,
44 " selectors" ,
55 " c" ,
6- " derive"
6+ " derive" ,
7+ " static-self" ,
8+ " static-self-derive"
79]
810
911[package ]
1012authors = [" Devon Govett <devongovett@gmail.com>" ]
1113name = " lightningcss"
12- version = " 1.0.0-alpha.48 "
14+ version = " 1.0.0-alpha.49 "
1315description = " A CSS parser, transformer, and minifier"
1416license = " MPL-2.0"
1517edition = " 2021"
@@ -48,7 +50,7 @@ substitute_variables = ["visitor", "into_owned"]
4850serde = { version = " 1.0.123" , features = [" derive" ], optional = true }
4951cssparser = " 0.33.0"
5052cssparser-color = " 0.1.0"
51- parcel_selectors = { version = " 0.26.2 " , path = " ./selectors" }
53+ parcel_selectors = { version = " 0.26.3 " , path = " ./selectors" }
5254itertools = " 0.10.1"
5355smallvec = { version = " 1.7.0" , features = [" union" ] }
5456bitflags = " 2.2.1"
@@ -66,7 +68,7 @@ browserslist-rs = { version = "0.12.3", optional = true }
6668rayon = { version = " 1.5.1" , optional = true }
6769dashmap = { version = " 5.0.0" , optional = true }
6870serde_json = { version = " 1.0.78" , optional = true }
69- lightningcss-derive = { version = " =1.0.0-alpha.41 " , path = " ./derive" , optional = true }
71+ lightningcss-derive = { version = " =1.0.0-alpha.42 " , path = " ./derive" , optional = true }
7072schemars = { version = " 0.8.11" , features = [" smallvec" ], optional = true }
7173static-self = { version = " 0.1.0" , path = " static-self" , optional = true }
7274
0 commit comments