Skip to content

Commit 00873d6

Browse files
committed
napi: fix build error in cargo-auditable
parcel-bundler#702
1 parent baa1a2b commit 00873d6

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
@@ -10,7 +10,7 @@ edition = "2021"
1010
[features]
1111
default = []
1212
visitor = ["lightningcss/visitor"]
13-
bundler = ["dep:crossbeam-channel", "dep:rayon"]
13+
bundler = ["dep:crossbeam-channel", "rayon"]
1414

1515
[dependencies]
1616
serde = { version = "1.0.123", features = ["derive"] }

0 commit comments

Comments
 (0)