Skip to content

Commit

Permalink
dummy turbopack
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 12, 2022
1 parent 11999c1 commit 5c6dcc2
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 29 deletions.
84 changes: 57 additions & 27 deletions packages/next-swc/Cargo.lock

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

4 changes: 2 additions & 2 deletions packages/next-swc/crates/napi/Cargo.toml
Expand Up @@ -55,8 +55,8 @@ 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 = "cc024fa59f1c3ad253e74eefe86e0386455455d1", features = ["serializable"] }
node-file-trace = { git = "https://github.com/vercel/turbo.git", rev = "cc024fa59f1c3ad253e74eefe86e0386455455d1", default-features = false, features = ["node-api"] }
next-dev = { git = "https://github.com/kwonoj/turbo.git", rev = "098aa030bea9c6f92c59ff250065c8836dc9ce4b", features = ["serializable"] }
node-file-trace = { git = "https://github.com/kwonoj/turbo.git", rev = "098aa030bea9c6f92c59ff250065c8836dc9ce4b", default-features = false, features = ["node-api"] }
mdxjs = { version = "0.1.3", 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 5c6dcc2

Please sign in to comment.