chore: Publish crates

This commit is contained in:
SWC Bot 2022-11-27 04:43:13 +00:00
parent 2ac32017ba
commit 70ed082ee4
3 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,12 @@
# Changelog # Changelog
## [unreleased]
### Bug Fixes
- **(ci)** Fix publish action for binaries (#6517) ([2ac3201](https://github.com/swc-project/swc/commit/2ac32017bad112956a781b0d003782988655409c))
## [1.3.20] - 2022-11-26 ## [1.3.20] - 2022-11-26
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -779,7 +779,7 @@ dependencies = [
[[package]] [[package]]
name = "dbg-swc" name = "dbg-swc"
version = "0.58.142" version = "0.58.143"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap 3.1.0", "clap 3.1.0",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "dbg-swc" name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git" repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.58.142" version = "0.58.143"
[[bin]] [[bin]]
bench = false bench = false