Skip to content

Commit 9b3e6f4

Browse files
committed
release crates
1 parent 6a5ad49 commit 9b3e6f4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 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.47"
12+
version = "1.0.0-alpha.48"
1313
description = "A CSS parser, transformer, and minifier"
1414
license = "MPL-2.0"
1515
edition = "2021"
@@ -66,7 +66,7 @@ browserslist-rs = { version = "0.12.3", optional = true }
6666
rayon = { version = "1.5.1", optional = true }
6767
dashmap = { version = "5.0.0", optional = true }
6868
serde_json = { version = "1.0.78", optional = true }
69-
lightningcss-derive = { version = "=1.0.0-alpha.40", path = "./derive", optional = true }
69+
lightningcss-derive = { version = "=1.0.0-alpha.41", path = "./derive", optional = true }
7070
schemars = { version = "0.8.11", features = ["smallvec"], optional = true }
7171

7272
[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.40"
5+
version = "1.0.0-alpha.41"
66
license = "MPL-2.0"
77
edition = "2021"
88
repository = "https://github.com/parcel-bundler/lightningcss"

0 commit comments

Comments
 (0)