From dd2519d2764afb35eb6319cc416a4dd1f324d3e2 Mon Sep 17 00:00:00 2001 From: Hana Date: Thu, 27 Jun 2024 15:10:28 +0800 Subject: [PATCH] fix --- Cargo.lock | 1 - crates/rspack_binding_options/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d669a9fd67d..ee22a166973 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3084,7 +3084,6 @@ dependencies = [ "rustc-hash", "serde", "serde_json", - "swc_config", "swc_core", "tokio", ] diff --git a/crates/rspack_binding_options/Cargo.toml b/crates/rspack_binding_options/Cargo.toml index 1bbb27c5d0b..07023bf2f1d 100644 --- a/crates/rspack_binding_options/Cargo.toml +++ b/crates/rspack_binding_options/Cargo.toml @@ -67,6 +67,5 @@ rspack_swc_visitors = { path = "../rspack_swc_visitors" } rustc-hash = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -swc_config = { workspace = true } swc_core = { workspace = true, default-features = false, features = ["ecma_transforms_react"] } tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros", "test-util", "parking_lot"] }