Skip to content

Commit 11f4179

Browse files
committed
v1.21.0
1 parent 3360c5a commit 11f4179

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
[package]
1010
authors = ["Devon Govett <devongovett@gmail.com>"]
1111
name = "lightningcss"
12-
version = "1.0.0-alpha.41"
12+
version = "1.0.0-alpha.42"
1313
description = "A CSS parser, transformer, and minifier"
1414
license = "MPL-2.0"
1515
edition = "2021"
@@ -47,7 +47,7 @@ substitute_variables = ["visitor", "into_owned"]
4747
[dependencies]
4848
serde = { version = "1.0.123", features = ["derive"], optional = true }
4949
cssparser = "0.29.1"
50-
parcel_selectors = { version = "0.25.3", path = "./selectors" }
50+
parcel_selectors = { version = "0.26.0", path = "./selectors" }
5151
itertools = "0.10.1"
5252
smallvec = { version = "1.7.0", features = ["union"] }
5353
bitflags = "2.2.1"
@@ -65,7 +65,7 @@ browserslist-rs = { version = "0.12.3", optional = true }
6565
rayon = { version = "1.5.1", optional = true }
6666
dashmap = { version = "5.0.0", optional = true }
6767
serde_json = { version = "1.0.78", optional = true }
68-
lightningcss-derive = { version = "1.0.0-alpha.38", path = "./derive", optional = true }
68+
lightningcss-derive = { version = "1.0.0-alpha.39", path = "./derive", optional = true }
6969
schemars = { version = "0.8.11", features = ["smallvec"], optional = true }
7070

7171
[target.'cfg(target_os = "macos")'.dependencies]

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Devon Govett <devongovett@gmail.com>"]
33
name = "lightningcss-derive"
44
description = "Derive macros for lightningcss"
5-
version = "1.0.0-alpha.38"
5+
version = "1.0.0-alpha.39"
66
license = "MPL-2.0"
77
edition = "2021"
88
repository = "https://github.com/parcel-bundler/lightningcss"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightningcss",
3-
"version": "1.20.0",
3+
"version": "1.21.0",
44
"license": "MPL-2.0",
55
"description": "A CSS parser, transformer, and minifier written in Rust",
66
"main": "node/index.js",

selectors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parcel_selectors"
3-
version = "0.25.3"
3+
version = "0.26.0"
44
authors = ["The Servo Project Developers"]
55
documentation = "https://docs.rs/parcel_selectors/"
66
description = "CSS Selectors matching for Rust - forked for lightningcss"

0 commit comments

Comments
 (0)