Skip to content

Commit a863748

Browse files
committed
fix build failed in aarch64-unknown-linux-gnu
1 parent db1975e commit a863748

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

rspack/Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ members = [
55
"crates/binding"
66
]
77

8+
[workspace.dependencies]
9+
anyhow = "1.0.99"
10+
regex = "1.11.1"
11+
serde_json = "1.0.143"
12+
turbo-unix-path = "0.0.1"
13+
814
[patch.crates-io]
9-
next-taskless = { path = "../crates/next-taskless" }
15+
next-taskless = { path = "../crates/next-taskless" }
16+
turbo-unix-path = { path = "../turbopack/crates/turbo-unix-path" }
1017

1118
# Copied from https://github.com/web-infra-dev/rspack/blob/main/Cargo.toml
1219

0 commit comments

Comments
 (0)