chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-30 04:47:02 +00:00
parent af64217f19
commit 3f23de8b86
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [unreleased]
### Build
- **(cargo)** Introduce workspace deps (#5997) ([af64217](https://github.com/swc-project/swc/commit/af64217f19107ba654c086470ba3a2d1379eebde))
## [1.3.4] - 2022-09-30
### Bug Fixes

2
Cargo.lock generated
View File

@ -742,7 +742,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.56.28"
version = "0.56.29"
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.56.28"
version = "0.56.29"
[[bin]]
bench = false