chore: Publish crates

This commit is contained in:
강동윤 (Donny) 2024-01-02 15:44:51 +09:00
parent 8883fd4ffb
commit f9bbd11911
4 changed files with 1231 additions and 802 deletions

File diff suppressed because it is too large Load Diff

2
Cargo.lock generated
View File

@ -1087,7 +1087,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.90.15"
version = "0.90.16"
dependencies = [
"anyhow",
"clap 3.2.25",

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.90.15"
version = "0.90.16"
[[bin]]
bench = false

View File

@ -5,13 +5,13 @@ git pull || true
yarn changelog
cargo mono bump -i
(cd ./bindings && cargo mono bump swc_cli)
# (cd ./bindings && cargo mono bump swc_cli)
# Ensure that Cargo.lock is up-to-date
cargo metadata --format-version 1 > /dev/null
(cd ./bindings && cargo metadata --format-version 1 > /dev/null)
# (cd ./bindings && cargo metadata --format-version 1 > /dev/null)
# Ensure that dependencies are all verified
./scripts/crev/verify.sh
# ./scripts/crev/verify.sh
git add -A
git commit -m 'chore: Publish crates'