chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-10 05:19:00 +00:00
parent f43461d645
commit b589f2b771
3 changed files with 8 additions and 2 deletions

View File

@ -37,6 +37,12 @@
- **(swc_core)** Add macros for wasm bindings (#5430) ([5348195](https://github.com/swc-project/swc/commit/5348195996c7ac70d584ab3be0d87a3ac931c44c))
### Refactor
- **(binding/macros)** Update import references (#5431) ([f43461d](https://github.com/swc-project/swc/commit/f43461d6459bf351d6379552d7e2e9c55656e4c1))
### Testing

2
Cargo.lock generated
View File

@ -198,7 +198,7 @@ dependencies = [
[[package]]
name = "binding_macros"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"console_error_panic_hook",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.1.1"
[lib]
bench = false