chore: Bump crates

This commit is contained in:
SWC Bot 2024-06-12 07:45:07 +00:00
parent 733dcc6b83
commit 80d22e355a
3 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@
- **(es/minifier)** Visit RHS while hoisting properties ([#9032](https://github.com/swc-project/swc/issues/9032)) ([cb16994](https://github.com/swc-project/swc/commit/cb16994a8d7a203e923b52e444d265bad0fa9e6e))
- **(xtask)** Fix `nightly` action ([#9042](https://github.com/swc-project/swc/issues/9042)) ([733dcc6](https://github.com/swc-project/swc/commit/733dcc6b83e77a2571a3fee307a73fc0c17bd44c))
### Performance

2
Cargo.lock generated
View File

@ -1064,7 +1064,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
[[package]]
name = "dbg-swc"
version = "0.94.1"
version = "0.94.2"
dependencies = [
"anyhow",
"clap 3.2.25",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = { workspace = true }
version = "0.94.1"
version = "0.94.2"
[[bin]]
bench = false