Skip to content

Commit

Permalink
Specify exact version of lightningcss-derive
Browse files Browse the repository at this point in the history
Fixes #510
  • Loading branch information
devongovett committed Jun 25, 2023
1 parent 20c9612 commit 1203368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ browserslist-rs = { version = "0.12.3", optional = true }
rayon = { version = "1.5.1", optional = true }
dashmap = { version = "5.0.0", optional = true }
serde_json = { version = "1.0.78", optional = true }
lightningcss-derive = { version = "1.0.0-alpha.39", path = "./derive", optional = true }
lightningcss-derive = { version = "=1.0.0-alpha.39", path = "./derive", optional = true }
schemars = { version = "0.8.11", features = ["smallvec"], optional = true }

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down

0 comments on commit 1203368

Please sign in to comment.