Skip to content

Commit 2599f88

Browse files
committed
Lockfile update
1 parent c8870b8 commit 2599f88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

third-party/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rust_library(
4040

4141
rust_library(
4242
name = "proc-macro2",
43-
srcs = glob(["vendor/proc-macro2-1.0.20/src/**"]),
43+
srcs = glob(["vendor/proc-macro2-1.0.21/src/**"]),
4444
visibility = ["PUBLIC"],
4545
features = [
4646
"proc-macro",

third-party/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ rust_library(
4545

4646
rust_library(
4747
name = "proc-macro2",
48-
srcs = glob(["vendor/proc-macro2-1.0.20/src/**"]),
48+
srcs = glob(["vendor/proc-macro2-1.0.21/src/**"]),
4949
crate_features = [
5050
"proc-macro",
5151
"span-locations",

third-party/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)