Skip to content

Commit

Permalink
Merge branch 'canary' into 05-08-Add_failing_test_for_64037
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed May 8, 2024
2 parents 73be056 + 78507bc commit 1a140ca
Show file tree
Hide file tree
Showing 660 changed files with 395,276 additions and 453,702 deletions.
71 changes: 36 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.33", features = [
testing = { version = "0.35.22" }

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

# General Deps

Expand Down

0 comments on commit 1a140ca

Please sign in to comment.