Skip to content

Commit 85ade52

Browse files
committed
Link to jrl-chunking-refactor-3
1 parent 9c65bb6 commit 85ade52

File tree

4 files changed

+42
-42
lines changed

4 files changed

+42
-42
lines changed

Cargo.lock

Lines changed: 33 additions & 33 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
@@ -40,11 +40,11 @@ swc_core = { version = "0.83.28", features = [
4040
testing = { version = "0.34.1" }
4141

4242
# Turbo crates
43-
turbopack-binding = { git = "https://github.com/vercel/turbo.git", branch = "jrl-chunking-refactor-2" } # last tag: "turbopack-231005.2"
43+
turbopack-binding = { git = "https://github.com/vercel/turbo.git", branch = "jrl-chunking-refactor-3" } # last tag: "turbopack-231005.2"
4444
# [TODO]: need to refactor embed_directory! macro usages, as well as resolving turbo_tasks::function, macros..
45-
turbo-tasks = { git = "https://github.com/vercel/turbo.git", branch = "jrl-chunking-refactor-2" } # last tag: "turbopack-231005.2"
45+
turbo-tasks = { git = "https://github.com/vercel/turbo.git", branch = "jrl-chunking-refactor-3" } # last tag: "turbopack-231005.2"
4646
# [TODO]: need to refactor embed_directory! macro usage in next-core
47-
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", branch = "jrl-chunking-refactor-2" } # last tag: "turbopack-231005.2"
47+
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", branch = "jrl-chunking-refactor-3" } # last tag: "turbopack-231005.2"
4848

4949
# General Deps
5050

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"@types/ws": "8.2.0",
192192
"@vercel/ncc": "0.34.0",
193193
"@vercel/nft": "0.22.6",
194-
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?02ac2ce3a2edd7993f21938118e103afc2b550c4",
194+
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?f0d34dd0dfafafe9f2baacf6d630ac04a7bc2852",
195195
"acorn": "8.5.0",
196196
"amphtml-validator": "1.0.35",
197197
"anser": "1.4.9",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)