chore: Publish crates

This commit is contained in:
SWC Bot 2022-11-10 09:42:35 +00:00
parent 6e443d4409
commit e5ad5e5f61
3 changed files with 8 additions and 2 deletions

View File

@ -46,6 +46,12 @@
- **(es/resolver)** Resolve interfaces correctly (#6387) ([6b876c4](https://github.com/swc-project/swc/commit/6b876c4c4ff618cc6652f3178284c596d24400f3))
### Documentation
- **(contributing)** Change feature flags for running all tests (#6396) ([6e443d4](https://github.com/swc-project/swc/commit/6e443d4409c3a5692df1698aee2412d69c3f4925))
### Features

2
Cargo.lock generated
View File

@ -776,7 +776,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.58.107"
version = "0.58.108"
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.58.107"
version = "0.58.108"
[[bin]]
bench = false