chore: Publish crates

This commit is contained in:
SWC Bot 2022-12-08 02:15:57 +00:00
parent 154c315d91
commit 30d0d98405
3 changed files with 5 additions and 2 deletions

View File

@ -65,6 +65,9 @@
- **(ci)** Fix benchmark action (#6582) ([d8adc58](https://github.com/swc-project/swc/commit/d8adc580110e0764686f5aea848425905605daa0))
- **(ci)** Fix benchmark action (#6596) ([154c315](https://github.com/swc-project/swc/commit/154c315d91f20466ae90b83f5300017e57e4a078))
- **(css/lexer)** Fix typo (#6588) ([f383836](https://github.com/swc-project/swc/commit/f383836bad48a791c93d1f6bd5670a2d19a545d8))
### Performance

2
Cargo.lock generated
View File

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