chore: Publish crates

This commit is contained in:
SWC Bot 2022-10-21 01:39:09 +00:00
parent 055bdcd997
commit dc615b134e
3 changed files with 5 additions and 2 deletions

View File

@ -101,6 +101,9 @@
- **(css/minifier)** Add tests for layer (#6221) ([055bdcd](https://github.com/swc-project/swc/commit/055bdcd997579b5de9851871684707adb7a3cfe7))
- **(es/minifier)** Add a test for a fixed issue (#6218) ([725b118](https://github.com/swc-project/swc/commit/725b1185f32837b2cd599441a7ca4e5966cd2264))

2
Cargo.lock generated
View File

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