chore: Publish crates

This commit is contained in:
SWC Bot 2022-12-06 12:28:41 +00:00
parent d8adc58011
commit 824979f92b
3 changed files with 5 additions and 2 deletions

View File

@ -49,6 +49,9 @@
- **(ci)** Fix CI (#6558) ([8587589](https://github.com/swc-project/swc/commit/85875897f1fd3e71fe5e5d1877bb0e80458835d9))
- **(ci)** Fix benchmark action (#6582) ([d8adc58](https://github.com/swc-project/swc/commit/d8adc580110e0764686f5aea848425905605daa0))
### Performance

2
Cargo.lock generated
View File

@ -842,7 +842,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.59.9"
version = "0.59.10"
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.59.9"
version = "0.59.10"
[[bin]]
bench = false