@@ -5,6 +5,7 @@ members = [
55 " packages/next-swc/crates/core" ,
66 " packages/next-swc/crates/napi" ,
77 " packages/next-swc/crates/wasm" ,
8+ " packages/next-swc/crates/next-api" ,
89 " packages/next-swc/crates/next-build" ,
910 " packages/next-swc/crates/next-core" ,
1011 " packages/next-swc/crates/next-dev" ,
@@ -26,6 +27,7 @@ lto = true
2627
2728[workspace .dependencies ]
2829# Workspace crates
30+ next-api = { path = " packages/next-swc/crates/next-api" , default-features = false }
2931next-build = { path = " packages/next-swc/crates/next-build" , default-features = false }
3032next-core = { path = " packages/next-swc/crates/next-core" , default-features = false }
3133next-dev = { path = " packages/next-swc/crates/next-dev" , default-features = false , features = [
@@ -42,11 +44,11 @@ swc_core = { version = "0.79.13" }
4244testing = { version = " 0.33.20" }
4345
4446# Turbo crates
45- turbopack-binding = { git = " https://github.com/vercel/turbo.git" , tag = " turbopack-230713.2 " }
47+ turbopack-binding = { git = " https://github.com/vercel/turbo.git" , tag = " turbopack-230713.3 " }
4648# [TODO]: need to refactor embed_directory! macro usages, as well as resolving turbo_tasks::function, macros..
47- turbo-tasks = { git = " https://github.com/vercel/turbo.git" , tag = " turbopack-230713.2 " }
49+ turbo-tasks = { git = " https://github.com/vercel/turbo.git" , tag = " turbopack-230713.3 " }
4850# [TODO]: need to refactor embed_directory! macro usage in next-core
49- turbo-tasks-fs = { git = " https://github.com/vercel/turbo.git" , tag = " turbopack-230713.2 " }
51+ turbo-tasks-fs = { git = " https://github.com/vercel/turbo.git" , tag = " turbopack-230713.3 " }
5052
5153# General Deps
5254
0 commit comments