chore: Publish crates

This commit is contained in:
Donny 2021-11-20 17:06:40 +09:00
parent fa342a0067
commit cdf7f5f5a0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2740,7 +2740,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.51.0"
version = "0.51.1"
dependencies = [
"ahash",
"ansi_term 0.12.1",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0/MIT"
name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.51.0"
version = "0.51.1"
[features]
debug = ["backtrace"]