chore: Publish crates

This commit is contained in:
SWC Bot 2023-08-25 22:13:55 +00:00
parent d6952ea687
commit 606b57c101
3 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## [unreleased]
### Features
- **(swc-info)** Add a CLI to help issue reporting (#7871) ([d6952ea](https://github.com/swc-project/swc/commit/d6952ea687beb5b9aff1eae26076fa98ac94818b))
## [1.3.80] - 2023-08-25
### Bug Fixes

2
Cargo.lock generated
View File

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