chore: Bump crates

This commit is contained in:
SWC Bot 2024-07-15 06:27:43 +00:00
parent fba79e6f03
commit 04061781d9
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(ci)** Fix CI of `peff ([#9216](https://github.com/swc-project/swc/issues/9216)) ([602e0e5](https://github.com/swc-project/swc/commit/602e0e5aa14ecb3a7bc20bfe77aac2badaa54bb2))
- **(es/codegen)** Fix codegen of large numeric literals ([#9226](https://github.com/swc-project/swc/issues/9226)) ([fba79e6](https://github.com/swc-project/swc/commit/fba79e6f03da69a6ae721eabe4afeaaedc301816))
- **(es/compat)** Consider only the variables used in the closure ([#9151](https://github.com/swc-project/swc/issues/9151)) ([1357531](https://github.com/swc-project/swc/commit/1357531805d529b11848b02d1b59c010a02d272d))

2
Cargo.lock generated
View File

@ -4153,7 +4153,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.152.0"
version = "0.152.1"
dependencies = [
"base64",
"codspeed-criterion-compat",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.152.0"
version = "0.152.1"
[features]
# This does not enable serde for ast nodes.