Skip to content

Commit

Permalink
Merge branch 'canary' into fix/next-lint-adds-unnecessary-include
Browse files Browse the repository at this point in the history
  • Loading branch information
samcx committed Mar 4, 2024
2 parents c42b1ea + a1c9c3b commit 08c4ce0
Show file tree
Hide file tree
Showing 427 changed files with 2,151 additions and 9,495 deletions.
98 changes: 64 additions & 34 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.12", features = [
testing = { version = "0.35.19" }

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

# General Deps

Expand Down
Loading

0 comments on commit 08c4ce0

Please sign in to comment.