chore: Bump crates

This commit is contained in:
SWC Bot 2024-06-19 06:21:32 +00:00
parent bad7da2bfd
commit 810461eaa7
3 changed files with 2 additions and 5 deletions

View File

@ -1316,9 +1316,6 @@
- **(es/module)** Read link if an import is resolved as symlink ([#8297](https://github.com/swc-project/swc/issues/8297)) ([7dfdc12](https://github.com/swc-project/swc/commit/7dfdc1221890d373d2e6caf52bc8dee8c20765ca))
- **(es/parser)** Fix parsing of `import type from from` ([#8309](https://github.com/swc-project/swc/issues/8309)) ([00b8839](https://github.com/swc-project/swc/commit/00b88399a0ea10dfd6d48cb168dd5ae914f11d54))
- **(es/parser)** Report error for exported reserved name ([#8313](https://github.com/swc-project/swc/issues/8313)) ([feb8a6d](https://github.com/swc-project/swc/commit/feb8a6dad99bf55cf541bd88a8f21b865c6bcd97))

2
Cargo.lock generated
View File

@ -3939,7 +3939,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.95.4"
version = "0.95.5"
dependencies = [
"anyhow",
"binding_macros",

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