chore: Publish crates

This commit is contained in:
Donny/강동윤 2023-02-08 12:04:02 +09:00
parent 5793e37ac7
commit c293c14aaa
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Changelog # Changelog
## [unreleased] ## [1.3.33] - 2023-02-08
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

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