chore: Publish crates

This commit is contained in:
SWC Bot 2022-12-27 12:24:41 +00:00
parent 8af627d5c4
commit d72a31f990
3 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@
- **(css/parser)** Normalize urange (#6704) ([8af627d](https://github.com/swc-project/swc/commit/8af627d5c4720644246f99012b6f49b419066eef))
- **(css/prefixer)** Support page break (#6693) ([27a8b7e](https://github.com/swc-project/swc/commit/27a8b7e50b67de076089ca8b05d6e44944182b31))
### Refactor

2
Cargo.lock generated
View File

@ -845,7 +845,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.60.15"
version = "0.60.16"
dependencies = [
"anyhow",
"clap 3.1.0",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.60.15"
version = "0.60.16"
[[bin]]
bench = false