Skip to content

Commit

Permalink
Merge branch 'canary' into update/peer-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored May 19, 2023
2 parents faa6090 + 26ea9c6 commit e070146
Show file tree
Hide file tree
Showing 42 changed files with 502 additions and 237 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 @@ -42,11 +42,11 @@ swc_core = { version = "0.76.6" }
testing = { version = "0.33.10" }

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

# General Deps

Expand Down
Loading

0 comments on commit e070146

Please sign in to comment.