Skip to content

Commit

Permalink
fix version in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Feb 28, 2024
1 parent 362bce5 commit ecead14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napi/Cargo.toml
Expand Up @@ -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"] }
Expand Down

0 comments on commit ecead14

Please sign in to comment.