chore: Publish crates

This commit is contained in:
SWC Bot 2023-06-02 15:36:55 +00:00
parent d623db48de
commit b71222b086
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(bindings)** Enable `share-generics` to reduce binary size (#7482) ([d623db4](https://github.com/swc-project/swc/commit/d623db48dedf08f32bf7a2afbf71cd1aed27d30a))
- **(es/minifier)** Make minifier not overly generic (#7483) ([65ce5d1](https://github.com/swc-project/swc/commit/65ce5d1081271f1cb4db6d4537311fbb60a08359))
## [1.3.61] - 2023-05-30

2
Cargo.lock generated
View File

@ -903,7 +903,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.81.33"
version = "0.81.34"
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.81.33"
version = "0.81.34"
[[bin]]
bench = false