From 863f9f842493596b030f8cce63020e3236124bbb Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 14 Dec 2022 12:33:35 +0000 Subject: [PATCH] chore: Publish crates --- Cargo.lock | 2 +- crates/dbg-swc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f2d25a769f8..60e32784eb2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -842,7 +842,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.60.1" +version = "0.60.2" dependencies = [ "anyhow", "clap 3.1.0", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 1d1519fd20ba..10e8f47ac813 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.60.1" +version = "0.60.2" [[bin]] bench = false