From ecead1470b11189104c69817ea7a44f492e9b188 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Tue, 27 Feb 2024 22:44:33 -0500 Subject: [PATCH] fix version in cargo.toml --- napi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/Cargo.toml b/napi/Cargo.toml index 028a3450..3360a9cd 100644 --- a/napi/Cargo.toml +++ b/napi/Cargo.toml @@ -16,7 +16,7 @@ bundler = ["dep:crossbeam-channel", "dep:rayon"] serde = { version = "1.0.123", features = ["derive"] } serde_bytes = "0.11.5" cssparser = "0.33.0" -lightningcss = { path = "../", features = ["nodejs", "serde"] } +lightningcss = { version = "1.0.0-alpha.54", path = "../", features = ["nodejs", "serde"] } parcel_sourcemap = { version = "2.1.1", features = ["json"] } serde-detach = "0.0.1" smallvec = { version = "1.7.0", features = ["union"] }