Skip to content

Commit 53f60cc

Browse files
committed
fix build failed
1 parent 0bfc98a commit 53f60cc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

rspack/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ members = [
55
"crates/binding"
66
]
77

8-
[patch.crates-io]
9-
next-taskless = { path = "../crates/next-taskless" }
10-
118
# Copied from https://github.com/web-infra-dev/rspack/blob/main/Cargo.toml
129

1310
[profile.dev]

rspack/crates/binding/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ napi-derive = { version = "=3.2.2" }
2525

2626
anyhow = { version = "1.0.95" }
2727
serde_json = { version = "1.0.134" }
28-
29-
next-taskless = { version = "0.0.1" }
28+
next-taskless = { version = "0.0.1", path = "../../../crates/next-taskless" }
3029

3130
# Enable SWC plugin feature for targets that support it
3231
# Skip: wasm32-wasip1-threads, i686-pc-windows-msvc, aarch64-pc-windows-msvc, armv7-linux-androideabi, armv7-unknown-linux-gnueabihf

0 commit comments

Comments
 (0)