Skip to content

Commit

Permalink
Merge branch 'canary' into shu/4946
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding authored Oct 26, 2023
2 parents 3a6c5d8 + abb34da commit e49c3a2
Show file tree
Hide file tree
Showing 35 changed files with 421 additions and 241 deletions.
66 changes: 33 additions & 33 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 @@ -40,11 +40,11 @@ swc_core = { version = "0.86.10", features = [
testing = { version = "0.35.0" }

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

# General Deps

Expand Down
Loading

0 comments on commit e49c3a2

Please sign in to comment.