Skip to content

Commit a3dbf13

Browse files
committed
update turbopack
1 parent fe93126 commit a3dbf13

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
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-230405.4" }
50+
turbo-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230406.2" }
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-230405.4" }
52+
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230406.2" }
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-230405.4" }
54+
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-230406.2" }
5555

5656
# General Deps
5757

0 commit comments

Comments
 (0)