Skip to content

Commit

Permalink
Add rustversion dependency to buck build
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 12, 2024
1 parent 77063f4 commit 5db0535
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ rust_library(
deps = [
"//third-party:proc-macro2",
"//third-party:quote",
"//third-party:rustversion",
"//third-party:syn",
],
)
Expand Down
43 changes: 43 additions & 0 deletions third-party/BUCK

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

2 changes: 2 additions & 0 deletions third-party/fixups/rustversion/fixups.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[[buildscript]]
[buildscript.gen_srcs]

0 comments on commit 5db0535

Please sign in to comment.