Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 15, 2022
1 parent a44ba6a commit 8b488f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 152 deletions.
142 changes: 2 additions & 140 deletions packages/next-swc/Cargo.lock

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

12 changes: 0 additions & 12 deletions packages/next-swc/crates/napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,6 @@ 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"] }
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.
# Note to opt in rustls default-features should be disabled
# (--no-default-features --features sentry_rustls)
_sentry_native_tls = { package = "sentry", version = "0.27.0", optional = true }
_sentry_rustls = { package = "sentry", version = "0.27.0", default-features = false, features = [
"backtrace",
"contexts",
"panic",
"rustls",
"reqwest"
], optional = true }

[build-dependencies]
napi-build = "2"
Expand Down

0 comments on commit 8b488f6

Please sign in to comment.