chore: Publish crates

This commit is contained in:
SWC Bot 2023-03-24 04:48:48 +00:00
parent 28261985b0
commit 3f2ba68d4b
3 changed files with 8 additions and 2 deletions

View File

@ -25,6 +25,12 @@
- **(es)** Fix doc url (#7123) ([1e4abcb](https://github.com/swc-project/swc/commit/1e4abcb11d4c5884cc6559db8e86ecd7fbd96e5d))
### Miscellaneous Tasks
- **(cargo)** Refactor `Cargo.toml` to reduce merge conflict (#7139) ([2826198](https://github.com/swc-project/swc/commit/28261985b00c23fd1411a8f782c04439d4e4919c))
### Refactor

2
Cargo.lock generated
View File

@ -844,7 +844,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.75.29"
version = "0.75.30"
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.75.29"
version = "0.75.30"
[[bin]]
bench = false