From 420a67ac2b81a522a20788cd954a99718259714a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 26 Jan 2023 17:22:40 +0900 Subject: [PATCH] chore: Publish crates --- Cargo.lock | 2 +- crates/swc_atoms/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3240d2d2bbf..97ae4ed94c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3155,7 +3155,7 @@ dependencies = [ [[package]] name = "swc_atoms" -version = "0.4.33" +version = "0.4.34" dependencies = [ "bytecheck", "once_cell", diff --git a/crates/swc_atoms/Cargo.toml b/crates/swc_atoms/Cargo.toml index eb4b90e8200..71fa20efb5d 100644 --- a/crates/swc_atoms/Cargo.toml +++ b/crates/swc_atoms/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_atoms" repository = "https://github.com/swc-project/swc.git" -version = "0.4.33" +version = "0.4.34" [lib] bench = false