chore: Publish crates

This commit is contained in:
SWC Bot 2023-06-27 14:36:35 +00:00
parent c51eac6075
commit d3b934f619
3 changed files with 5 additions and 2 deletions

View File

@ -37,6 +37,9 @@
- **(ci)** Change condition for `ci` testing (#7533) ([724e75d](https://github.com/swc-project/swc/commit/724e75d2569d3c210d4e0d3c6861e17c906babed))
- **(ci)** Fix CI (#7589) ([c51eac6](https://github.com/swc-project/swc/commit/c51eac6075c161bdf4e8211fd6f96df8bd902e7d))
### Refactor

2
Cargo.lock generated
View File

@ -964,7 +964,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.83.29"
version = "0.83.30"
dependencies = [
"anyhow",
"clap 3.1.0",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.83.29"
version = "0.83.30"
[[bin]]
bench = false