chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-09 07:14:42 +00:00
parent 281db2cc4f
commit 67f1944441
3 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,9 @@
- **(plugin)** Implement `Copy` and `Clone` for the comment proxy (#4280) ([3c4e520](https://github.com/swc-project/swc/commit/3c4e5204ecb51dd67c73ae5556c886b303891a23))
- **(plugin)** Make more types serializable (#4289) ([281db2c](https://github.com/swc-project/swc/commit/281db2cc4f9af29577095038b37af5855a1e5aa5))
- **(plugin/runner)** Allow fs access from wasi plugin (#4279) ([fc3a2d0](https://github.com/swc-project/swc/commit/fc3a2d0cf9a4767076dda3fac929b24a50144730))
### Miscellaneous Tasks

2
Cargo.lock generated
View File

@ -3879,7 +3879,7 @@ dependencies = [
[[package]]
name = "swc_plugin_runner"
version = "0.50.2"
version = "0.50.3"
dependencies = [
"anyhow",
"once_cell",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_runner"
repository = "https://github.com/swc-project/swc.git"
version = "0.50.2"
version = "0.50.3"
[lib]
bench = false