diff --git a/Cargo.lock b/Cargo.lock index f826baa78ad9..59845e7850a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4173,7 +4173,7 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.113.5" +version = "0.113.6" dependencies = [ "arbitrary", "bitflags 2.5.0", diff --git a/crates/swc_ecma_ast/Cargo.toml b/crates/swc_ecma_ast/Cargo.toml index d5b8e6b0ae43..6b2179968267 100644 --- a/crates/swc_ecma_ast/Cargo.toml +++ b/crates/swc_ecma_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.113.5" +version = "0.113.6" [package.metadata.docs.rs] all-features = true