Skip to content

Commit

Permalink
update turbopack
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Apr 24, 2024
1 parent c58e555 commit 1bc809d
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 67 deletions.
96 changes: 37 additions & 59 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.33", features = [
testing = { version = "0.35.22" }

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

# General Deps

Expand Down

0 comments on commit 1bc809d

Please sign in to comment.