mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
chore: Publish crates
This commit is contained in:
parent
6e443d4409
commit
e5ad5e5f61
@ -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
2
Cargo.lock
generated
@ -776,7 +776,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dbg-swc"
|
||||
version = "0.58.107"
|
||||
version = "0.58.108"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap 3.1.0",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user