Skip to content

Commit 6ffafe6

Browse files
committed
Link
1 parent a983e02 commit 6ffafe6

File tree

4 files changed

+53
-65
lines changed

4 files changed

+53
-65
lines changed

Cargo.lock

Lines changed: 38 additions & 37 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
@@ -42,11 +42,11 @@ swc_core = { version = "0.76.46" }
4242
testing = { version = "0.33.13" }
4343

4444
# Turbo crates
45-
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230622.2" }
45+
turbopack-binding = { git = "https://github.com/vercel/turbo.git", branch = "alexkirsz/web-866-node-entry-chunk-name" } # last tag: "turbopack-230622.2"
4646
# [TODO]: need to refactor embed_directory! macro usages, as well as resolving turbo_tasks::function, macros..
47-
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230622.2" }
47+
turbo-tasks = { git = "https://github.com/vercel/turbo.git", branch = "alexkirsz/web-866-node-entry-chunk-name" } # last tag: "turbopack-230622.2"
4848
# [TODO]: need to refactor embed_directory! macro usage in next-core
49-
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230622.2" }
49+
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", branch = "alexkirsz/web-866-node-entry-chunk-name" } # last tag: "turbopack-230622.2"
5050

5151
# General Deps
5252

packages/next-swc/crates/next-core/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg.vercel.app/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-230622.2",
14-
"@vercel/turbopack-node": "https://gitpkg.vercel.app/vercel/turbo/crates/turbopack-node/js?turbopack-230622.2",
13+
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg.vercel.app/vercel/turbo/crates/turbopack-ecmascript-runtime/js?0aa5eef1f5db5c0feb75abb9ff544347691a03fe",
14+
"@vercel/turbopack-node": "https://gitpkg.vercel.app/vercel/turbo/crates/turbopack-node/js?0aa5eef1f5db5c0feb75abb9ff544347691a03fe",
1515
"anser": "^2.1.1",
1616
"css.escape": "^1.5.1",
1717
"next": "*",

0 commit comments

Comments
 (0)