Skip to content

Commit

Permalink
release crates
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Oct 9, 2023
1 parent 6a5ad49 commit 9b3e6f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
Expand Up @@ -9,7 +9,7 @@ members = [
[package]
authors = ["Devon Govett <devongovett@gmail.com>"]
name = "lightningcss"
version = "1.0.0-alpha.47"
version = "1.0.0-alpha.48"
description = "A CSS parser, transformer, and minifier"
license = "MPL-2.0"
edition = "2021"
Expand Down Expand Up @@ -66,7 +66,7 @@ browserslist-rs = { version = "0.12.3", 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.40", path = "./derive", optional = true }
lightningcss-derive = { version = "=1.0.0-alpha.41", 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.40"
version = "1.0.0-alpha.41"
license = "MPL-2.0"
edition = "2021"
repository = "https://github.com/parcel-bundler/lightningcss"
Expand Down

0 comments on commit 9b3e6f4

Please sign in to comment.