From d8d9965aa474e3c57d8712d99935673bb28fb59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Fri, 23 Dec 2022 14:58:20 +0900 Subject: [PATCH] chore: Publish crates --- bindings/Cargo.lock | 2 +- bindings/swc_cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index cd845ec99b53..a9367f8264e6 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -2535,7 +2535,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.91.10" +version = "0.91.11" dependencies = [ "anyhow", "atty", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index f88fefc8fd8b..a4c5ec6f8bab 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.10" +version = "0.91.11" [[bin]] bench = false