Skip to content

Commit ecead14

Browse files
committed
fix version in cargo.toml
1 parent 362bce5 commit ecead14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bundler = ["dep:crossbeam-channel", "dep:rayon"]
1616
serde = { version = "1.0.123", features = ["derive"] }
1717
serde_bytes = "0.11.5"
1818
cssparser = "0.33.0"
19-
lightningcss = { path = "../", features = ["nodejs", "serde"] }
19+
lightningcss = { version = "1.0.0-alpha.54", path = "../", features = ["nodejs", "serde"] }
2020
parcel_sourcemap = { version = "2.1.1", features = ["json"] }
2121
serde-detach = "0.0.1"
2222
smallvec = { version = "1.7.0", features = ["union"] }

0 commit comments

Comments
 (0)