Skip to content

Commit

Permalink
Merge branch 'canary' into update-typescript-eslint-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jul 19, 2023
2 parents c496487 + 446b172 commit 2fcaa3a
Show file tree
Hide file tree
Showing 16 changed files with 456 additions and 159 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 @@ -44,11 +44,11 @@ swc_core = { version = "0.79.13" }
testing = { version = "0.33.20" }

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

# General Deps

Expand Down

0 comments on commit 2fcaa3a

Please sign in to comment.