Skip to content

Commit

Permalink
v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Apr 19, 2023
1 parent 1362e73 commit 4028d4d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -9,7 +9,7 @@ members = [
[package]
authors = ["Devon Govett <devongovett@gmail.com>"]
name = "lightningcss"
version = "1.0.0-alpha.40"
version = "1.0.0-alpha.41"
description = "A CSS parser, transformer, and minifier"
license = "MPL-2.0"
edition = "2021"
Expand Down Expand Up @@ -47,7 +47,7 @@ substitute_variables = ["visitor", "into_owned"]
[dependencies]
serde = { version = "1.0.123", features = ["derive"], optional = true }
cssparser = "0.29.1"
parcel_selectors = { version = "0.25.2", path = "./selectors" }
parcel_selectors = { version = "0.25.3", path = "./selectors" }
itertools = "0.10.1"
smallvec = { version = "1.7.0", features = ["union"] }
bitflags = "1.3.2"
Expand All @@ -64,7 +64,7 @@ browserslist-rs = { version = "0.7.0", optional = true }
rayon = { version = "1.5.1", optional = true }
dashmap = { version = "5.0.0", optional = true }
serde_json = { version = "1.0.78", optional = true }
lightningcss-derive = { version = "1.0.0-alpha.37", path = "./derive", optional = true }
lightningcss-derive = { version = "1.0.0-alpha.38", path = "./derive", optional = true }
schemars = { version = "0.8.11", features = ["smallvec"], optional = true }

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
authors = ["Devon Govett <devongovett@gmail.com>"]
name = "lightningcss-derive"
description = "Derive macros for lightningcss"
version = "1.0.0-alpha.37"
version = "1.0.0-alpha.38"
license = "MPL-2.0"
edition = "2021"
repository = "https://github.com/parcel-bundler/lightningcss"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lightningcss",
"version": "1.19.0",
"version": "1.20.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
@@ -1,6 +1,6 @@
[package]
name = "parcel_selectors"
version = "0.25.2"
version = "0.25.3"
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 4028d4d

Please sign in to comment.