Skip to content

Commit

Permalink
update turbopack (#64686)
Browse files Browse the repository at this point in the history
* vercel/turborepo#7995 <!-- Benjamin Woodruff - fix(turbopack-node) postcss.config.js path resolution on Windows  -->

(plus unrelated turborepo + CI changes)

This PR should not be cherrypicked into the 14-2-1 branch. Instead #64677 should be merged into that branch, as that PR contains only the one above Windows commit.
  • Loading branch information
bgw authored and ForsakenHarmony committed Aug 15, 2024
1 parent 4c8f245 commit fa68b0d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
70 changes: 35 additions & 35 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 @@ -37,11 +37,11 @@ swc_core = { version = "0.90.30", features = [
testing = { version = "0.35.22" }

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

# General Deps

Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit fa68b0d

Please sign in to comment.