diff --git a/Cargo.toml b/Cargo.toml index 295e1e7..c207c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ swc_core = { features = [ "ecma_codegen", "ecma_parser", "ecma_visit", -], version = "24" } +], version = "26" } [dev-dependencies] pretty_assertions = "1"