Skip to content

Commit

Permalink
build(cargo): update turbopack
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 19, 2022
1 parent 3dd9af7 commit 81b536d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/next-swc/crates/core/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ serde = "1"
serde_json = "1"
tracing = { version = "0.1.37", features = ["release_max_level_info"] }

next-binding = { git = "https://github.com/vercel/turbo.git", rev = "d3820c52989a2badf38ff868a176f61a7a7255fd", features = [
next-binding = { git = "https://github.com/vercel/turbo.git", rev = "c7b627c67c072b99f0d2fa578a6404db0be633c5", features = [
"__swc_core",
"__swc_core_next_core",
"__swc_transform_styled_jsx",
Expand All @@ -29,7 +29,7 @@ next-binding = { git = "https://github.com/vercel/turbo.git", rev = "d3820c52989
] }

[dev-dependencies]
next-binding = { git = "https://github.com/vercel/turbo.git", rev = "d3820c52989a2badf38ff868a176f61a7a7255fd", features = [
next-binding = { git = "https://github.com/vercel/turbo.git", rev = "c7b627c67c072b99f0d2fa578a6404db0be633c5", features = [
"__swc_core_testing_transform",
"__swc_testing",
] }
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/crates/napi/Cargo.toml
Expand Up @@ -39,7 +39,7 @@ 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-binding = { git = "https://github.com/vercel/turbo.git", rev = "d3820c52989a2badf38ff868a176f61a7a7255fd", features = [
next-binding = { git = "https://github.com/vercel/turbo.git", rev = "c7b627c67c072b99f0d2fa578a6404db0be633c5", features = [
"__swc_core_binding_napi",
"__turbo_next_dev_server",
"__turbo_node_file_trace",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/crates/wasm/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ wasm-bindgen-futures = "0.4.8"
getrandom = { version = "0.2.5", optional = true, default-features = false }
js-sys = "0.3.59"
serde-wasm-bindgen = "0.4.3"
next-binding = { git = "https://github.com/vercel/turbo.git", rev = "d3820c52989a2badf38ff868a176f61a7a7255fd", features = [
next-binding = { git = "https://github.com/vercel/turbo.git", rev = "c7b627c67c072b99f0d2fa578a6404db0be633c5", features = [
"__swc_core_binding_wasm",
"__feature_mdx_rs",
] }
Expand Down

0 comments on commit 81b536d

Please sign in to comment.