Skip to content

Commit

Permalink
Lockfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 28, 2022
1 parent 3e3c664 commit 554032a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions third-party/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ rust_library(

rust_library(
name = "proc-macro2",
srcs = glob(["vendor/proc-macro2-1.0.44/src/**/*.rs"]),
build_script = "vendor/proc-macro2-1.0.44/build.rs",
srcs = glob(["vendor/proc-macro2-1.0.45/src/**/*.rs"]),
build_script = "vendor/proc-macro2-1.0.45/build.rs",
edition = "2018",
features = [
"proc-macro",
Expand Down
4 changes: 2 additions & 2 deletions third-party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ rust_library(

rust_library(
name = "proc-macro2",
srcs = glob(["vendor/proc-macro2-1.0.44/src/**/*.rs"]),
srcs = glob(["vendor/proc-macro2-1.0.45/src/**/*.rs"]),
crate_features = [
"proc-macro",
"span-locations",
Expand All @@ -106,7 +106,7 @@ rust_library(

cargo_build_script(
name = "proc-macro2@build",
srcs = ["vendor/proc-macro2-1.0.44/build.rs"],
srcs = ["vendor/proc-macro2-1.0.45/build.rs"],
crate_features = [
"proc-macro",
"span-locations",
Expand Down
4 changes: 2 additions & 2 deletions third-party/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 554032a

Please sign in to comment.