mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
chore: Publish crates
This commit is contained in:
parent
ecbf9d6c36
commit
6218363012
@ -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
3
Cargo.lock
generated
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user