Skip to content

Commit ee3e447

Browse files
committed
use branch
1 parent 4ea155d commit ee3e447

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

packages/next-swc/Cargo.lock

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

packages/next-swc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ swc_emotion = { version = "0.29.10" }
4747
testing = { version = "0.31.31" }
4848

4949
# Turbo crates
50-
turbo-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230404.4" }
50+
turbo-binding = { git = "https://github.com/vercel/turbo.git", branch = "sokra/use-server-error" } # last tag: "turbopack-230404.4"
5151
# [TODO]: need to refactor embed_directory! macro usages, as well as resolving turbo_tasks::function, macros..
52-
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230404.4" }
52+
turbo-tasks = { git = "https://github.com/vercel/turbo.git", branch = "sokra/use-server-error" } # last tag: "turbopack-230404.4"
5353
# [TODO]: need to refactor embed_directory! macro usage in next-core
54-
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230404.4" }
54+
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", branch = "sokra/use-server-error" } # last tag: "turbopack-230404.4"
5555

5656
# General Deps
5757

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@vercel/turbopack-dev-runtime": "https://gitpkg.vercel.app/vercel/turbo/crates/turbopack-dev/js?turbopack-230321.3",
13+
"@vercel/turbopack-dev-runtime": "https://gitpkg.vercel.app/vercel/turbo/crates/turbopack-dev/js?sokra/use-server-error",
1414
"anser": "^2.1.1",
1515
"css.escape": "^1.5.1",
1616
"next": "*",

0 commit comments

Comments
 (0)