Skip to content

Commit

Permalink
build(cargo): update features
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Feb 13, 2024
1 parent 5fa39e7 commit d1ea41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion 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
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ next-build = { workspace = true }
next-core = { workspace = true }
turbopack-binding = { workspace = true, features = [
"__swc_core_binding_napi",
"__swc_core_serde",
"__feature_node_file_trace",
"__feature_mdx_rs",
"__turbo",
Expand All @@ -105,10 +106,9 @@ turbopack-binding = { workspace = true, features = [
[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2.9", default-features = false, features = ["js"] }
iana-time-zone = { version = "*", features = ["fallback"] }
#[todo] turbopack-binding should expose serde serializable features
swc_core = { workspace = true, features = ["ecma_ast_serde"] }
turbopack-binding = { workspace = true, features = [
"__swc_core_binding_napi",
"__swc_core_serde",
"__feature_mdx_rs",
] }

Expand Down

0 comments on commit d1ea41c

Please sign in to comment.