chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-14 10:22:06 +00:00
parent c2f25c9998
commit 03096ff072
3 changed files with 8 additions and 2 deletions

View File

@ -55,6 +55,12 @@
- **(swc_core)** Export testing utilities (#5839) ([856d741](https://github.com/swc-project/swc/commit/856d741ec77f46eb04be8489a3a18340269dbe4d))
### Miscellaneous Tasks
- **(ci)** FIx publish action (#5857) ([c2f25c9](https://github.com/swc-project/swc/commit/c2f25c9998776366a5df8da77d94b0a85e4869fe))
### Performance

2
Cargo.lock generated
View File

@ -728,7 +728,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.53.23"
version = "0.53.24"
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.53.23"
version = "0.53.24"
[[bin]]
bench = false