chore: Publish crates

This commit is contained in:
Donny/강동윤 2022-10-17 09:26:50 +09:00
parent 99c55dc93b
commit ec5782e4a0
2 changed files with 2 additions and 2 deletions

2
bindings/Cargo.lock generated
View File

@ -2528,7 +2528,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_cli" name = "swc_cli"
version = "0.91.6" version = "0.91.7"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"atty", "atty",

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_cli" name = "swc_cli"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.91.6" version = "0.91.7"
[[bin]] [[bin]]
bench = false bench = false