chore: Bump crates

This commit is contained in:
SWC Bot 2024-07-15 12:53:31 +00:00
parent e7ce94b5ee
commit cfea948f29
4 changed files with 7 additions and 10 deletions

View File

@ -127,6 +127,9 @@
- **(es/base)** Disable flaky benchmark ([#9221](https://github.com/swc-project/swc/issues/9221)) ([bd4bef1](https://github.com/swc-project/swc/commit/bd4bef16fb6d21d97699d46649c8db6af1dd27df))
- Enable scoped API by default ([#9247](https://github.com/swc-project/swc/issues/9247)) ([e7ce94b](https://github.com/swc-project/swc/commit/e7ce94b5ee713dc76383c35d99dd6a707c90339c))
### Pers
@ -1375,10 +1378,4 @@
- **(preset-env)** Update `browserslist-rs` ([#8524](https://github.com/swc-project/swc/issues/8524)) ([5e40dc7](https://github.com/swc-project/swc/commit/5e40dc7d8c7d7b979c3765fbaa2f9c9b41cf49a0))
### Testing
- **(es/codegen)** Add a JS test for ascii-only mode ([#8519](https://github.com/swc-project/swc/issues/8519)) ([974c6a0](https://github.com/swc-project/swc/commit/974c6a0036c5ef3e3d12c81c7310758046ff0a0d))
<!-- generated by git-cliff -->

4
Cargo.lock generated
View File

@ -3684,7 +3684,7 @@ dependencies = [
[[package]]
name = "swc_allocator"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"allocator-api2",
"bumpalo",
@ -3792,7 +3792,7 @@ dependencies = [
[[package]]
name = "swc_common"
version = "0.35.0"
version = "0.35.1"
dependencies = [
"ahash 0.8.8",
"anyhow",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_allocator"
repository = { workspace = true }
version = "0.1.5"
version = "0.1.6"
[package.metadata.docs.rs]
all-features = true

View File

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