Skip to content

Commit

Permalink
v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Sep 17, 2023
1 parent fee53e4 commit 8683184
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
[package]
authors = ["Devon Govett <[email protected]>"]
name = "lightningcss"
version = "1.0.0-alpha.46"
version = "1.0.0-alpha.47"
description = "A CSS parser, transformer, and minifier"
license = "MPL-2.0"
edition = "2021"
Expand Down Expand Up @@ -48,7 +48,7 @@ substitute_variables = ["visitor", "into_owned"]
serde = { version = "1.0.123", features = ["derive"], optional = true }
cssparser = "0.33.0"
cssparser-color = "0.1.0"
parcel_selectors = { version = "0.26.1", path = "./selectors" }
parcel_selectors = { version = "0.26.2", path = "./selectors" }
itertools = "0.10.1"
smallvec = { version = "1.7.0", features = ["union"] }
bitflags = "2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightningcss",
"version": "1.21.8",
"version": "1.22.0",
"license": "MPL-2.0",
"description": "A CSS parser, transformer, and minifier written in Rust",
"main": "node/index.js",
Expand Down
2 changes: 1 addition & 1 deletion selectors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parcel_selectors"
version = "0.26.1"
version = "0.26.2"
authors = ["The Servo Project Developers"]
documentation = "https://docs.rs/parcel_selectors/"
description = "CSS Selectors matching for Rust - forked for lightningcss"
Expand Down

0 comments on commit 8683184

Please sign in to comment.