Skip to content

Commit b6c3d64

Browse files
committed
link next.js
1 parent 606e4b3 commit b6c3d64

File tree

4 files changed

+43
-43
lines changed

4 files changed

+43
-43
lines changed

Cargo.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ swc_core = { version = "0.90.30", features = [
3737
testing = { version = "0.35.22" }
3838

3939
# Turbo crates
40-
turbopack-binding = { git = "https://github.com/vercel/turbo.git", branch = "kdy1/swc-core-0-90-10" } # last tag: "turbopack-240409.3"
40+
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240410.2" }
4141
# [TODO]: need to refactor embed_directory! macro usages, as well as resolving turbo_tasks::function, macros..
42-
turbo-tasks = { git = "https://github.com/vercel/turbo.git", branch = "kdy1/swc-core-0-90-10" } # last tag: "turbopack-240409.3"
42+
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240410.2" }
4343
# [TODO]: need to refactor embed_directory! macro usage in next-core
44-
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", branch = "kdy1/swc-core-0-90-10" } # last tag: "turbopack-240409.3"
44+
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240410.2" }
4545

4646
# General Deps
4747

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"@types/ws": "8.2.0",
197197
"@vercel/ncc": "0.34.0",
198198
"@vercel/nft": "0.26.4",
199-
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?c1de69bb96e6d1e892a57f83882f8f3fd39f1b3a",
199+
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240410.2",
200200
"acorn": "8.5.0",
201201
"amphtml-validator": "1.0.35",
202202
"anser": "1.4.9",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)