chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-15 08:53:05 +00:00
parent 355bb41a1f
commit dd2a7c1cd1
3 changed files with 8 additions and 2 deletions

View File

@ -37,6 +37,12 @@
- **(es/ast)** Apply rkyv-bytecheck flag (#5866) ([092b728](https://github.com/swc-project/swc/commit/092b7281d0929a77ddfa3d09018445b94b0dc1cf))- **general**: Refactor code using clippy (#5863) ([dfb01bd](https://github.com/swc-project/swc/commit/dfb01bde71c73ea398b7e3d8428a3c3015366d4e))
### Build
- **(bindings)** Remove cargo patch (#5874) ([355bb41](https://github.com/swc-project/swc/commit/355bb41a1f0c9920c16d620f3b8099e910cedbad))
## [1.3.1] - 2022-09-14
### Bug Fixes

2
Cargo.lock generated
View File

@ -728,7 +728,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.53.31"
version = "0.53.32"
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.53.31"
version = "0.53.32"
[[bin]]
bench = false