chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-11 01:25:31 +00:00
parent 6a36a8d982
commit 31f5398538
3 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@
- **(es/utils)** Allow `quote_ident!` working with `swc_core` (#5409) ([c227325](https://github.com/swc-project/swc/commit/c2273255c0c2b90e606c5880b8e80a5cd8c370bf))
- **(plugin)** Disable remaining `bytecheck` (#5437) ([6a36a8d](https://github.com/swc-project/swc/commit/6a36a8d98203f4e22a14b483a3eadda86f3587bb))
- **(swc_core)** Update references for `quote!` (#5408) ([27e7e0b](https://github.com/swc-project/swc/commit/27e7e0b69b15a215a887b2a3f75a598ac01252b6))

2
Cargo.lock generated
View File

@ -3307,7 +3307,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.90.2"
version = "0.90.3"
dependencies = [
"arbitrary",
"bitflags",

View File

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