Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Mar 23, 2024
1 parent 05e525a commit 64b289f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 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 @@ -37,11 +37,11 @@ swc_core = { version = "0.90.22", features = [
testing = { version = "0.35.20" }

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

# General Deps

Expand Down

0 comments on commit 64b289f

Please sign in to comment.