chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-02 07:32:06 +00:00
parent 0745624cb7
commit 34e12a2da7
3 changed files with 5 additions and 2 deletions

View File

@ -32,6 +32,9 @@
- **(atoms)** Update `hstr` ([#8799](https://github.com/swc-project/swc/issues/8799)) ([0745624](https://github.com/swc-project/swc/commit/0745624cb71e12b18b06d9ee106066d8b585c4c6))
- **(es/parser)** Use faster unicode crate ([#8785](https://github.com/swc-project/swc/issues/8785)) ([6f780ca](https://github.com/swc-project/swc/commit/6f780ca749a611f54aa4deb628e532fd0a12228f))
## [1.4.9] - 2024-03-26

2
Cargo.lock generated
View File

@ -3753,7 +3753,7 @@ dependencies = [
[[package]]
name = "swc_atoms"
version = "0.6.5"
version = "0.6.6"
dependencies = [
"bytecheck",
"hstr",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_atoms"
repository = "https://github.com/swc-project/swc.git"
version = "0.6.5"
version = "0.6.6"
[lib]
bench = false