chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-11 02:34:14 +00:00
parent 0e79d31a98
commit 758fcece40
3 changed files with 5 additions and 2 deletions

View File

@ -52,6 +52,9 @@
- **(ci)** Reduce CI time (#5440) ([4bdb6a1](https://github.com/swc-project/swc/commit/4bdb6a1de426f57f0f96c2e8f3311333d1446030))
- **(html/utils)** Fix cargo package metadata (#5439) ([0e79d31](https://github.com/swc-project/swc/commit/0e79d31a98624bb414ca5b3ddafd5080331d9898))
### Refactor

2
Cargo.lock generated
View File

@ -4044,7 +4044,7 @@ dependencies = [
[[package]]
name = "swc_html_utils"
version = "0.12.0"
version = "0.12.1"
dependencies = [
"once_cell",
"serde",

View File

@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_html_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.12.0"
version = "0.12.1"
[lib]
bench = false