From d24aea42361bd41fdd2c8fd0e2eab44a88c82060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 5 Aug 2024 18:58:57 +0900 Subject: [PATCH] Udpage swc_core --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae1fbc40..2672d93d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "1", features = ["derive"], optional = true } env_logger = "0.11" criterion = "0.5" pretty_assertions = "1" -swc_core = { version = "0.99.6", features = [ +swc_core = { version = "0.100.0", features = [ "ecma_ast", "ecma_visit", "ecma_parser",