Skip to content

Commit 200120e

Browse files
committed
v1.16.0
1 parent cbd392f commit 200120e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ crate-type = ["rlib"]
2828
[dependencies]
2929
serde = { version = "1.0.123", features = ["derive"] }
3030
cssparser = "0.29.1"
31-
parcel_selectors = { version = "0.24.6", path = "./selectors" }
31+
parcel_selectors = { version = "0.24.7", path = "./selectors" }
3232
itertools = "0.10.1"
3333
smallvec = { version = "1.7.0", features = ["union"] }
3434
bitflags = "1.3.2"

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.15.1",
3+
"version": "1.16.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.24.6"
3+
version = "0.24.7"
44
authors = ["The Servo Project Developers"]
55
documentation = "https://docs.rs/selectors/"
66
description = "CSS Selectors matching for Rust - forked for lightningcss"

0 commit comments

Comments
 (0)