diff --git a/Cargo.lock b/Cargo.lock index 93c4196434f..9891d2b375c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "dbg-swc" -version = "0.87.17" +version = "0.87.18" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index c0d8cfb0c4c..3357a46a255 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -2913,7 +2913,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.73" +version = "0.91.74" dependencies = [ "anyhow", "atty", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index 36f1bec28c1..a3ef4e414e5 100644 --- a/bindings/swc_cli/Cargo.toml +++ b/bindings/swc_cli/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_cli" repository = "https://github.com/swc-project/swc.git" -version = "0.91.73" +version = "0.91.74" [[bin]] bench = false diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 0745fe31df6..a1d6e82dbf9 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "dbg-swc" repository = "https://github.com/kdy1/dbg-swc.git" -version = "0.87.17" +version = "0.87.18" [[bin]] bench = false