Skip to content

Commit

Permalink
link next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 22, 2023
1 parent f6ca56f commit 090941c
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 65 deletions.
96 changes: 40 additions & 56 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 @@ -43,11 +43,11 @@ next-transform-strip-page-exports = { path = "packages/next-swc/crates/next-tran
testing = { version = "0.35.11" }

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

# General Deps

Expand Down

0 comments on commit 090941c

Please sign in to comment.