Skip to content

Commit

Permalink
Fix cargo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Nov 3, 2024
1 parent 8a67583 commit a3390fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
[package]
authors = ["Devon Govett <[email protected]>"]
name = "lightningcss"
version = "1.0.0-alpha.59"
version = "1.0.0-alpha.60"
description = "A CSS parser, transformer, and minifier"
license = "MPL-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bundler = ["dep:crossbeam-channel", "dep:rayon"]
serde = { version = "1.0.201", features = ["derive"] }
serde_bytes = "0.11.5"
cssparser = "0.33.0"
lightningcss = { version = "1.0.0-alpha.56", path = "../", features = [
lightningcss = { version = "1.0.0-alpha.60", path = "../", features = [
"nodejs",
"serde",
] }
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.28.0",
"version": "1.28.1",
"license": "MPL-2.0",
"description": "A CSS parser, transformer, and minifier written in Rust",
"main": "node/index.js",
Expand Down

0 comments on commit a3390fd

Please sign in to comment.