mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2025-02-16 22:47:45 +00:00
Lockfile update
This commit is contained in:
parent
c8870b8295
commit
2599f88134
2
third-party/BUCK
vendored
2
third-party/BUCK
vendored
@ -40,7 +40,7 @@ rust_library(
|
||||
|
||||
rust_library(
|
||||
name = "proc-macro2",
|
||||
srcs = glob(["vendor/proc-macro2-1.0.20/src/**"]),
|
||||
srcs = glob(["vendor/proc-macro2-1.0.21/src/**"]),
|
||||
visibility = ["PUBLIC"],
|
||||
features = [
|
||||
"proc-macro",
|
||||
|
2
third-party/BUILD
vendored
2
third-party/BUILD
vendored
@ -45,7 +45,7 @@ rust_library(
|
||||
|
||||
rust_library(
|
||||
name = "proc-macro2",
|
||||
srcs = glob(["vendor/proc-macro2-1.0.20/src/**"]),
|
||||
srcs = glob(["vendor/proc-macro2-1.0.21/src/**"]),
|
||||
crate_features = [
|
||||
"proc-macro",
|
||||
"span-locations",
|
||||
|
4
third-party/Cargo.lock
generated
vendored
4
third-party/Cargo.lock
generated
vendored
@ -186,9 +186,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.20"
|
||||
version = "1.0.21"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "175c513d55719db99da20232b06cda8bab6b83ec2d04e3283edf0213c37c1a29"
|
||||
checksum = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c"
|
||||
dependencies = [
|
||||
"unicode-xid",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user