chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-18 02:53:57 +00:00
parent ecbf9d6c36
commit 6218363012
3 changed files with 6 additions and 2 deletions

View File

@ -57,6 +57,9 @@
- **(plugin)** Pass `unresolved_mark` to plugins (#5212) ([92c0153](https://github.com/swc-project/swc/commit/92c0153cb56a6b3b7d6503216a14d5ed78df71dc))
- **(testing/macros)** Generalize test names with regex (#5242) ([ecbf9d6](https://github.com/swc-project/swc/commit/ecbf9d6c36b4f86945a66deb8a7d90d7ae01dc3d))
### Miscellaneous Tasks

3
Cargo.lock generated
View File

@ -4286,10 +4286,11 @@ dependencies = [
[[package]]
name = "testing_macros"
version = "0.2.6"
version = "0.2.7"
dependencies = [
"anyhow",
"glob",
"once_cell",
"pmutil",
"proc-macro2",
"quote",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "testing_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.6"
version = "0.2.7"
[features]
# Skip generating fixtures so the editor becomes faster again