chore: Publish crates

This commit is contained in:
SWC Bot 2022-10-11 16:05:06 +00:00
parent 7e4d20791b
commit bc4668338b
3 changed files with 5 additions and 2 deletions

View File

@ -50,6 +50,9 @@
- **(css/prefixer)** Verify old gradient syntax (#6121) ([7e4d207](https://github.com/swc-project/swc/commit/7e4d20791bbd518a48570dba3386d6bf9d94e0f7))
- **(es/minifier)** Organize terser tests (#6116) ([6365acc](https://github.com/swc-project/swc/commit/6365acc9f5cb9a44671316aa03edd0e057a7d7f5))
### Build

2
Cargo.lock generated
View File

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