Skip to content

Commit

Permalink
update turbopack
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed May 24, 2024
1 parent 87e9d49 commit 8aabb57
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 58 deletions.
84 changes: 38 additions & 46 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ swc_core = { version = "0.92.5", features = [
testing = { version = "0.35.24" }

# Turbo crates
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240521.2" }
turbopack-binding = { git = "https://github.com/vercel/turbo.git", branch = "hrmny/pack-2622-cache-external-modules-during-evaluation" } # last tag: "turbopack-240521.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-240521.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", branch = "hrmny/pack-2622-cache-external-modules-during-evaluation" } # last tag: "turbopack-240521.2"
# [TODO]: need to refactor embed_directory! macro usage in next-core
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240521.2" }
turbo-tasks-malloc = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240521.2" }
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", branch = "hrmny/pack-2622-cache-external-modules-during-evaluation" } # last tag: "turbopack-240521.2"
turbo-tasks-malloc = { git = "https://github.com/vercel/turbo.git", branch = "hrmny/pack-2622-cache-external-modules-during-evaluation" } # last tag: "turbopack-240521.2"

# General Deps

Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"@types/ws": "8.2.0",
"@vercel/ncc": "0.34.0",
"@vercel/nft": "0.27.1",
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?turbopack-240521.2",
"@vercel/turbopack-ecmascript-runtime": "https://gitpkg-fork.vercel.sh/vercel/turbo/crates/turbopack-ecmascript-runtime/js?3580c8afff0bfd998dc66477176d123d65391d37",
"acorn": "8.11.3",
"amphtml-validator": "1.0.35",
"anser": "1.4.9",
Expand Down
Loading

0 comments on commit 8aabb57

Please sign in to comment.