chore: Publish crates

This commit is contained in:
Donny 2021-11-26 08:31:11 +09:00
parent b853d4ac95
commit a38889be91
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1203,9 +1203,9 @@ dependencies = [
[[package]]
name = "napi-build"
version = "1.1.1"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87375bacff0768dd606ccf870eae936efd21e3245af9e7b37ae44f969d48be8a"
checksum = "d46af3cd13ef452354c8704da88bfc4bfa38724ddb38963a5113099749710788"
[[package]]
name = "napi-derive"
@ -2777,7 +2777,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.78.8"
version = "0.78.9"
dependencies = [
"either",
"enum_kind",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0/MIT"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.78.8"
version = "0.78.9"
[package.metadata.docs.rs]
all-features = true