Skip to content

Commit

Permalink
Update turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 30, 2022
1 parent 8cb6cc2 commit 5a457c9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 48 deletions.
69 changes: 23 additions & 46 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 = "5c2b933ce142d70e9774e933e805734f2c09248c", features = ["serializable"] }
node-file-trace = { git = "https://github.com/vercel/turbo.git", rev = "5c2b933ce142d70e9774e933e805734f2c09248c", default-features = false, features = ["node-api"] }
next-dev = { git = "https://github.com/vercel/turbo.git", rev = "2ee0b494611cc3d2a8e400d541174de4a7ef8a8f", features = ["serializable"] }
node-file-trace = { git = "https://github.com/vercel/turbo.git", rev = "2ee0b494611cc3d2a8e400d541174de4a7ef8a8f", default-features = false, features = ["node-api"] }
mdxjs = { version = "0.1.1", 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 5a457c9

Please sign in to comment.