chore: Publish crates

This commit is contained in:
SWC Bot 2022-09-03 05:32:12 +00:00
parent d6e67b5944
commit 0b462e2a5d
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(atoms)** Introduce bytecheck-ed rkyv version (#5686) ([d6e67b5](https://github.com/swc-project/swc/commit/d6e67b5944131e429d341f565c52fc3237a81bb7))
- **(es/minifier)** Relax function inline requirement (#5607) ([4ef99f3](https://github.com/swc-project/swc/commit/4ef99f346b9e7e4dfd1f42e7308c6b6e1142e311))

2
Cargo.lock generated
View File

@ -3109,7 +3109,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.20.1"
version = "0.20.2"
dependencies = [
"binding_macros",
"once_cell",

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.20.1"
version = "0.20.2"
[package.metadata.docs.rs]
features = [
"common_perf",