chore: Bump crates

This commit is contained in:
SWC Bot 2024-03-26 04:22:17 +00:00
parent 53fd09cbd7
commit 0aafd62ccd
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(es/parser)** Fix parsing of TypeScript type instantiation ([#8758](https://github.com/swc-project/swc/issues/8758)) ([2d6de94](https://github.com/swc-project/swc/commit/2d6de94936bec269b6a926a1f461179a97b9ac83))
- **(es/parser)** Parse `await using` in for head ([#8775](https://github.com/swc-project/swc/issues/8775)) ([53fd09c](https://github.com/swc-project/swc/commit/53fd09cbd7f559ea65dbcbf8c77eea1fcf67b691))
- **(es/utils)** Mark `ident` of default fn/class as binding ([#8764](https://github.com/swc-project/swc/issues/8764)) ([f62097c](https://github.com/swc-project/swc/commit/f62097ca01a2ffdf852161d2fb040acd57e70081))
### Features

2
Cargo.lock generated
View File

@ -4498,7 +4498,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.143.10"
version = "0.143.11"
dependencies = [
"criterion",
"either",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.143.10"
version = "0.143.11"
[package.metadata.docs.rs]
all-features = true