chore: Bump crates

This commit is contained in:
SWC Bot 2024-06-05 06:07:36 +00:00
parent 555e71cfd5
commit 03edd92dc8
4 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/es2015)** Remove needless `unreachable!` ([#9021](https://github.com/swc-project/swc/issues/9021)) ([555e71c](https://github.com/swc-project/swc/commit/555e71cfd5dddfec35c8a694b50d6a08ab89ae3c))
## [1.5.25] - 2024-06-05
### Bug Fixes

4
Cargo.lock generated
View File

@ -3936,7 +3936,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.92.10"
version = "0.92.11"
dependencies = [
"anyhow",
"binding_macros",
@ -4255,7 +4255,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2015"
version = "0.5.3"
version = "0.5.4"
dependencies = [
"arrayvec",
"indexmap 2.1.0",

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.92.10"
version = "0.92.11"
[package.metadata.docs.rs]
features = [
"allocator_node",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2015"
repository = "https://github.com/swc-project/swc.git"
version = "0.5.3"
version = "0.5.4"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html