chore: Publish crates

This commit is contained in:
SWC Bot 2023-01-05 05:18:09 +00:00
parent 0076418819
commit 3b034d597b
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(bindings/cli)** Skip empty stdin in non tty environments (#6714) ([0076418](https://github.com/swc-project/swc/commit/00764188195c63af1e5a8e34ce29dcf650b20f04))
- **(cli)** Use the `--source-maps` option (#6708) ([24cd384](https://github.com/swc-project/swc/commit/24cd384c20abc9bacdc89b50cd6a9a9df243b687))

2
Cargo.lock generated
View File

@ -845,7 +845,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.60.23"
version = "0.60.24"
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.23"
version = "0.60.24"
[[bin]]
bench = false