forked from shadow/shadow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes shadow#3419. Upgrades rust dependencies (except for nix in the shadow-tests crate) and github actions versions. The "labeler" action changed its config format, so hopefully I updated it correctly. The tor and tgen versions have not changed so we don't need to upgrade them.
- Loading branch information
Showing
24 changed files
with
267 additions
and
289 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 |
---|---|---|
@@ -1,27 +1,47 @@ | ||
"Component: Build": | ||
- "**/CMakeLists.txt" | ||
- "**/Cargo.toml" | ||
- "**/Cargo.lock" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/CMakeLists.txt" | ||
- "**/Cargo.toml" | ||
- "**/Cargo.lock" | ||
|
||
"Component: Documentation": | ||
- "**/*.md" | ||
- "docs/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.md" | ||
- "docs/**/*" | ||
|
||
"Component: Libraries": | ||
- "src/lib/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "src/lib/**/*" | ||
|
||
"Component: Main": | ||
- "src/main/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "src/main/**/*" | ||
|
||
# Any change in src/test or any yml file changed in .github except pr labeler. | ||
# From https://github.com/actions/labeler: | ||
# From a boolean logic perspective, top-level match objects are OR-ed together | ||
# and individual match rules within an object are AND-ed. Combined with ! | ||
# negation, you can write complex matching rules. | ||
# From a boolean logic perspective, top-level match objects, and options | ||
# within all are AND-ed together and individual match rules within the any | ||
# object are OR-ed. | ||
# | ||
# [...] | ||
# | ||
# If a base option is provided without a top-level key, then it will default | ||
# to any. | ||
"Component: Testing": | ||
- any: ["src/test/**/*"] | ||
- any: [".github/**/*.yml", "!.github/pr_labeler_conf.yml", | ||
"!.github/workflows/pr_metadata.yml"] | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "src/test/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ".github/**/*.yml" | ||
- "!.github/pr_labeler_conf.yml" | ||
- "!.github/workflows/pr_metadata.yml" | ||
|
||
"Component: Tools": | ||
- "src/tools/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "src/tools/**/*" |
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
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
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
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.