chore: Bump crates

This commit is contained in:
SWC Bot 2024-05-10 02:25:42 +00:00
parent 6362ff4ba8
commit 5673fceaf6
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/ast)** Pin version of unicodes ([#8941](https://github.com/swc-project/swc/issues/8941)) ([6362ff4](https://github.com/swc-project/swc/commit/6362ff4ba80afc9c887a8817582ae976a05c1d90))
- **(es/minifier)** Abort inliner on mutation via property ([#8938](https://github.com/swc-project/swc/issues/8938)) ([257afc9](https://github.com/swc-project/swc/commit/257afc92c9b2a751935f8fdee1b84bc9222359b6))

2
Cargo.lock generated
View File

@ -4173,7 +4173,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.113.2"
version = "0.113.3"
dependencies = [
"arbitrary",
"bitflags 2.5.0",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.113.2"
version = "0.113.3"
[package.metadata.docs.rs]
all-features = true