From d77c090b27016a64924b1644c9f917643a6ee731 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 16 Feb 2022 10:12:20 +0000 Subject: [PATCH] chore: Publish crates --- Cargo.lock | 2 +- crates/swc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c808cac0d68..72cc442dff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2598,7 +2598,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "swc" -version = "0.127.3" +version = "0.127.4" dependencies = [ "ahash", "anyhow", diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index a3852e0024d..a029fdcab16 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc" repository = "https://github.com/swc-project/swc.git" -version = "0.127.3" +version = "0.127.4" [lib] name = "swc"