Skip to content

Commit

Permalink
Link to jrl-chunking-refactor-3
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Oct 6, 2023
1 parent 9c65bb6 commit 85ade52
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -40,11 +40,11 @@ swc_core = { version = "0.83.28", features = [
testing = { version = "0.34.1" }

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

# General Deps

Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -191,7 +191,7 @@
"@types/ws": "8.2.0",
"@vercel/ncc": "0.34.0",
"@vercel/nft": "0.22.6",
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?02ac2ce3a2edd7993f21938118e103afc2b550c4",
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?f0d34dd0dfafafe9f2baacf6d630ac04a7bc2852",
"acorn": "8.5.0",
"amphtml-validator": "1.0.35",
"anser": "1.4.9",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 85ade52

Please sign in to comment.