Skip to content

Commit

Permalink
napi: fix build error in cargo-auditable
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Apr 6, 2024
1 parent baa1a2b commit 00873d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napi/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
[features]
default = []
visitor = ["lightningcss/visitor"]
bundler = ["dep:crossbeam-channel", "dep:rayon"]
bundler = ["dep:crossbeam-channel", "rayon"]

[dependencies]
serde = { version = "1.0.123", features = ["derive"] }
Expand Down

0 comments on commit 00873d6

Please sign in to comment.