-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update complex_sys example cargo-raze outputs
Added a lockfile and updated the Cargo.toml with cargo-raze 0.8 stanzas. Then, re-generated build files with raze `0.8.0`, using `cargo raze` in the example directory.
- Loading branch information
Showing
31 changed files
with
810 additions
and
655 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
""" | ||
@generated | ||
cargo-raze generated Bazel file. | ||
DO NOT EDIT! Replaced on runs of cargo-raze | ||
""" | ||
|
||
package(default_visibility = ["//visibility:public"]) | ||
|
||
licenses([ | ||
"notice", # See individual crates for specific licenses | ||
]) | ||
|
||
# Aliased targets | ||
alias( | ||
name = "git2", | ||
actual = "@rules_rust_examples_complex_sys__git2__0_13_12//:git2", | ||
tags = [ | ||
"cargo-raze", | ||
"manual", | ||
], | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.