chore: Publish crates

This commit is contained in:
Donny 2021-11-22 01:02:49 +09:00
parent 79ba13cbb5
commit 46e722559e
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1154,9 +1154,9 @@ dependencies = [
[[package]]
name = "napi"
version = "1.7.10"
version = "1.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9050238b713b3c5dd5ae1613da1ccefe4061c03992f9e9bbe43b7d473ba4bd3c"
checksum = "2fd38e4945570d1fdc3052343410a5963c843e5797767009fabcd97dbe429bab"
dependencies = [
"napi-sys",
"serde",
@ -2773,7 +2773,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.78.6"
version = "0.78.7"
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.6"
version = "0.78.7"
[package.metadata.docs.rs]
all-features = true