chore: Bump crates

This commit is contained in:
SWC Bot 2024-07-14 04:29:20 +00:00
parent e343eb6de2
commit 26c5519b66
3 changed files with 5 additions and 2 deletions

View File

@ -50,6 +50,9 @@
- **(allocator)** Initialize package ([#9195](https://github.com/swc-project/swc/issues/9195)) ([f3681cb](https://github.com/swc-project/swc/commit/f3681cb34009824725d39d25b0cbf787ec1e8bd8))
- **(allocator)** Implement `SwcAlloc` ([#9232](https://github.com/swc-project/swc/issues/9232)) ([e343eb6](https://github.com/swc-project/swc/commit/e343eb6de2747086f9873c6444964500e40b4936))
- **(es/utils)** Support for arrays using `cast_to_number` ([#9212](https://github.com/swc-project/swc/issues/9212)) ([2aef14d](https://github.com/swc-project/swc/commit/2aef14d34d22df41bd6f421633eadc50826217cc))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3698,7 +3698,7 @@ dependencies = [
[[package]]
name = "swc_allocator"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"allocator-api2",
"bumpalo",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_allocator"
repository = { workspace = true }
version = "0.1.1"
version = "0.1.2"
[features]
rkyv = ["dep:rkyv"]