From b0921a62ca99bf5ddd56a65fd2d1bb4dcb5d87ad Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:25:09 -0400 Subject: [PATCH] Repo File Sync: Update PR template text and Rust version to 1.80.0 (#1135) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#10846265775](https://github.com/microsoft/mu_devops/actions/runs/10846265775) Signed-off-by: Project Mu UEFI Bot --- .github/pull_request_template.md | 2 +- CONTRIBUTING.md | 2 +- rust-toolchain.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 60a2b7af1b..eb455e3452 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ <_Include a description of the change and why this change was made._> -For details on how to complete to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). +For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [ ] Impacts functionality? - [ ] Impacts security? diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc0f5763ec..2199e97489 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ Project Mu pull requests autopopulate a PR description from a template in most r 2. **Remove** this line of instructions so the PR description shows cleanly in release notes: - `"For details on how to complete to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md)."` + `"For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md)."` 3. For each checkbox in the PR description, **place an "x"** in between `[` and `]` if true. Example: `[x]`. _(you can also check items in the GitHub UI)_ diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f15049ea9d..dcd6587c87 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ [toolchain] -channel = "1.76.0" +channel = "1.80.0" [tool] cargo-make = "0.37.9" -cargo-tarpaulin = "0.27.3" +cargo-tarpaulin = "0.31.2"