chore: Publish crates

This commit is contained in:
SWC Bot 2022-12-09 04:03:15 +00:00
parent 6238abe571
commit 66b52824e5
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Changelog # Changelog
## [unreleased] ## [1.3.22] - 2022-12-09
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

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