Skip to content

Commit

Permalink
Update Turbopack to turbopack-240621.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wbinnssmith committed Jun 21, 2024
1 parent 612fd29 commit 498f67c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
74 changes: 37 additions & 37 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
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ swc_core = { version = "0.95.4", features = [
testing = { version = "0.36.0" }

# Turbo crates
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240619.2" }
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240621.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", tag = "turbopack-240619.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240621.2" }
# [TODO]: need to refactor embed_directory! macro usage in next-core
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240619.2" }
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240621.2" }

# General Deps

Expand Down

0 comments on commit 498f67c

Please sign in to comment.