From 691a8c1a5490cc6fa05ad2bb59cfc7c4d370056f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 9 Mar 2023 18:33:49 +0900 Subject: [PATCH] chore(ci): Fix bot --- Cargo.lock | 1 - crates/swc_ecma_quote/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 721d1b261069..95af2cfa5f1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3781,7 +3781,6 @@ version = "0.44.5" dependencies = [ "swc_atoms", "swc_common", - "swc_core", "swc_ecma_ast", "swc_ecma_quote_macros", "testing", diff --git a/crates/swc_ecma_quote/Cargo.toml b/crates/swc_ecma_quote/Cargo.toml index 86b5709ecac8..48b56646c157 100644 --- a/crates/swc_ecma_quote/Cargo.toml +++ b/crates/swc_ecma_quote/Cargo.toml @@ -18,5 +18,4 @@ swc_ecma_ast = { version = "0.98.2", path = "../swc_ecma_ast" } swc_ecma_quote_macros = { version = "0.39.4", path = "../swc_ecma_quote_macros" } [dev-dependencies] -swc_core = { path = "../swc_core", features = ["ecma_quote"] } testing = { version = "0.31.37", path = "../testing" }