chore: Publish crates

This commit is contained in:
SWC Bot 2023-09-29 19:53:01 +00:00
parent 8214b9ed4e
commit d35de6444e
3 changed files with 8 additions and 2 deletions

View File

@ -25,6 +25,12 @@
- **(bindings)** Create a minifier-only package (#7993) ([64d8f4b](https://github.com/swc-project/swc/commit/64d8f4b59f81c71bffbb906595bafa356f326924))
### Miscellaneous Tasks
- **(ci)** Prepare `@swc/minifier` (#8027) ([8214b9e](https://github.com/swc-project/swc/commit/8214b9ed4e214dc6a52e7d2c80cd3b8ca87d3a12))
### Refactor

2
Cargo.lock generated
View File

@ -964,7 +964,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.87.38"
version = "0.87.39"
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.87.38"
version = "0.87.39"
[[bin]]
bench = false