mirror of
https://github.com/openharmony/third_party_rust_cxx.git
synced 2026-07-01 05:39:22 -04:00
Lockfile update
This commit is contained in:
Vendored
+1
-1
@@ -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",
|
||||
|
||||
Vendored
+1
-1
@@ -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",
|
||||
|
||||
+2
-2
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user