chore: Bump crates

This commit is contained in:
SWC Bot 2024-07-15 06:24:11 +00:00
parent 398dc21e07
commit 8c420313bc
4 changed files with 7 additions and 4 deletions

View File

@ -56,6 +56,9 @@
- **(allocator)** Implement `SwcAlloc` ([#9232](https://github.com/swc-project/swc/issues/9232)) ([e343eb6](https://github.com/swc-project/swc/commit/e343eb6de2747086f9873c6444964500e40b4936))
- **(allocator)** Add a cargo feature ([#9239](https://github.com/swc-project/swc/issues/9239)) ([398dc21](https://github.com/swc-project/swc/commit/398dc21e073d8271fa7ac4169b93ed8b96645459))
- **(es/typescript)** Add `transform` mode back to fast TS strip ([#9237](https://github.com/swc-project/swc/issues/9237)) ([8231e3c](https://github.com/swc-project/swc/commit/8231e3cd4f72ad120735f6a21d9616e98d61eed1))

4
Cargo.lock generated
View File

@ -3698,7 +3698,7 @@ dependencies = [
[[package]]
name = "swc_allocator"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"allocator-api2",
"bumpalo",
@ -3891,7 +3891,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.97.3"
version = "0.97.4"
dependencies = [
"anyhow",
"binding_macros",

View File

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

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.97.3"
version = "0.97.4"
[package.metadata.docs.rs]
features = [
"allocator_node",