From 3f23de8b86d7244915283f53e8e494285f5fbdc3 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 30 Sep 2022 04:47:02 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- crates/dbg-swc/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b18b6f59682..935c3bc12f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog ## [unreleased] +### Build + + + +- **(cargo)** Introduce workspace deps (#5997) ([af64217](https://github.com/swc-project/swc/commit/af64217f19107ba654c086470ba3a2d1379eebde)) + +## [1.3.4] - 2022-09-30 + ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index a04854abed3..c0e792c6c19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -742,7 +742,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.56.28" +version = "0.56.29" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 7fd93c685d7..b53fedfeb99 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.56.28" +version = "0.56.29" [[bin]] bench = false