chore: Publish crates

This commit is contained in:
Donny 2021-12-11 13:58:49 +09:00
parent 819fc88a19
commit 9a00c9a13f
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View File

@ -817,9 +817,9 @@ dependencies = [
[[package]]
name = "hermit-abi"
version = "0.1.20"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7a30908dbce072eca83216eab939d2290080e00ca71611b96a09e5cdce5f3fa"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
@ -1044,9 +1044,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.110"
version = "0.2.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b58a4469763e4e3a906c4ed786e1c70512d16aa88f84dded826da42640fc6a1c"
checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01"
[[package]]
name = "libloading"
@ -2137,9 +2137,9 @@ dependencies = [
[[package]]
name = "ryu"
version = "1.0.6"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c9613b5a66ab9ba26415184cfc41156594925a9cf3a2057e57f31ff145f6568"
checksum = "254df5081ce98661a883445175e52efe99d1cb2a5552891d965d2f5d0cad1c16"
[[package]]
name = "same-file"
@ -2725,7 +2725,7 @@ dependencies = [
[[package]]
name = "swc_ecma_dep_graph"
version = "0.50.0"
version = "0.50.1"
dependencies = [
"swc_atoms 0.2.9",
"swc_common",

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_dep_graph"
repository = "https://github.com/swc-project/swc.git"
version = "0.50.0"
version = "0.50.1"
[dependencies]
swc_atoms = {version = "0.2", path = "../swc_atoms"}