chore: Publish crates

This commit is contained in:
SWC Bot 2023-01-13 07:32:44 +00:00
parent e7ea054c63
commit 47cc6446d4
3 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,9 @@
- **(es)** Enable execution tests for fixed issues (#6805) ([e7ea054](https://github.com/swc-project/swc/commit/e7ea054c6389b43b0e7b104e9337e11a82bb23f7))
- **(es/compat)** Add a test to verify parameters passs (#6792) ([7dc5ccb](https://github.com/swc-project/swc/commit/7dc5ccb0fc217abdb7ab4e76ac7f646c5087b3a8))

2
Cargo.lock generated
View File

@ -844,7 +844,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.63.2"
version = "0.63.3"
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.63.2"
version = "0.63.3"
[[bin]]
bench = false