aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b50317a..f8fc99f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ serde_json = { version = "1.0", optional = true }
env_logger = "0.10"
criterion = "0.4"
pretty_assertions = "1"
-swc_core = { version = "0.59.0", features = [
+swc_core = { version = "0.75.0", features = [
"ecma_ast",
"ecma_visit",
"ecma_parser",