chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-28 12:10:32 +00:00
parent f7128d20f0
commit 883bd1f642
3 changed files with 5 additions and 2 deletions

View File

@ -53,6 +53,9 @@
- **(ci)** Fix benchmark action (#5978) ([f7128d2](https://github.com/swc-project/swc/commit/f7128d20f08206a3d4e313af075a2cb28dfdc58b))
- **(es/transforms)** Setup parallel benchmark (#5974) ([8066d8f](https://github.com/swc-project/swc/commit/8066d8f60ece891a555a4c24d63feee85c27da92))
### Performance

2
Cargo.lock generated
View File

@ -742,7 +742,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.56.17"
version = "0.56.18"
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.56.17"
version = "0.56.18"
[[bin]]
bench = false