Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 15, 2022
1 parent a44ba6a commit 63a64b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/next-swc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions packages/next-swc/crates/napi/Cargo.toml
Expand Up @@ -57,8 +57,13 @@ tracing = { version = "0.1.37", features = ["release_max_level_info"] }
tracing-futures = "0.2.5"
tracing-subscriber = "0.3.9"
tracing-chrome = "0.5.0"
next-dev = { git = "https://github.com/vercel/turbo.git", rev = "2e240932d3fdd4fb141400baa259b86016d0df32", features = ["serializable"] }
node-file-trace = { git = "https://github.com/vercel/turbo.git", rev = "2e240932d3fdd4fb141400baa259b86016d0df32", default-features = false, features = ["node-api"] }
next-dev = { git = "https://github.com/vercel/turbo.git", rev = "2e240932d3fdd4fb141400baa259b86016d0df32", default-features = false, features = [
"custom_allocator",
"serializable",
] }
node-file-trace = { git = "https://github.com/vercel/turbo.git", rev = "2e240932d3fdd4fb141400baa259b86016d0df32", default-features = false, features = [
"node-api",
] }
mdxjs = { version = "0.1.4", features = ["serializable"] }
# There are few build targets we can't use native-tls which default features rely on,
# allow to specify alternative (rustls) instead via features.
Expand Down

0 comments on commit 63a64b4

Please sign in to comment.