chore: Bump crates

This commit is contained in:
SWC Bot 2024-07-05 02:18:53 +00:00
parent 9d9fe6625b
commit 59f2a345fa
3 changed files with 5 additions and 2 deletions

View File

@ -25,6 +25,9 @@
- **(bindings/ts)** Inline Wasm file into `wasm.js` ([#9139](https://github.com/swc-project/swc/issues/9139)) ([307b6f2](https://github.com/swc-project/swc/commit/307b6f27a6860c65f835776549e96cd658cfc817))
- **(es/parser)** Improve readability ([#9141](https://github.com/swc-project/swc/issues/9141)) ([9d9fe66](https://github.com/swc-project/swc/commit/9d9fe6625bd4a7e05e9f29971e8f1a5c5e2470a8))
## [1.6.7] - 2024-07-03
### Bug Fixes

2
Cargo.lock generated
View File

@ -4452,7 +4452,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.146.8"
version = "0.146.9"
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.146.8"
version = "0.146.9"
[package.metadata.docs.rs]
all-features = true