Skip to content

Commit

Permalink
build(cargo): bump up turbopack
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Apr 19, 2023
1 parent 1d6f7a5 commit dbad5be
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
63 changes: 32 additions & 31 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_relay = { version = "0.2.5" }
testing = { version = "0.33.4" }

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

# General Deps

Expand Down

0 comments on commit dbad5be

Please sign in to comment.