chore: Publish crates

This commit is contained in:
SWC Bot 2022-10-21 01:07:03 +00:00
parent 6505c6491a
commit 1186c52ea4
3 changed files with 5 additions and 2 deletions

View File

@ -109,6 +109,9 @@
- **(html/parser)** Refactor tests to make `git` faster (#6158) ([a4acc7a](https://github.com/swc-project/swc/commit/a4acc7ab07a5e12179176b0c6928207228b67c85))
- **(html/parser)** Resolve TODOs (#6223) ([6505c64](https://github.com/swc-project/swc/commit/6505c6491a1fa241907329ee5c6ff073c3176dd6))
### Build

2
Cargo.lock generated
View File

@ -776,7 +776,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.58.57"
version = "0.58.58"
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.58.57"
version = "0.58.58"
[[bin]]
bench = false