Skip to content

Commit 4bdb979

Browse files
Repo File Sync: Update cargo-deny and Rust to 1.92 (#4)
synced local file(s) with [OpenDevicePartnership/patina-devops](https://github.com/OpenDevicePartnership/patina-devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/OpenDevicePartnership/patina-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 [#20439978128](https://github.com/OpenDevicePartnership/patina-devops/actions/runs/20439978128) Signed-off-by: Patina Automation Bot <[email protected]> Co-authored-by: patina-automation[bot] <196234736+patina-automation[bot]@users.noreply.github.com>
1 parent 672e86a commit 4bdb979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
# - File Sync Settings: https://github.com/OpenDevicePartnership/patina-devops/blob/main/.sync/Files.yml
66

77
[toolchain]
8-
channel = "nightly-2025-09-19" # One day post 1.90.0
8+
channel = "nightly-2025-12-12" # One day post 1.92.0
99
targets = ["x86_64-unknown-uefi", "aarch64-unknown-uefi"]
1010
components = ["rust-src", "clippy", "rustfmt", "rust-docs"]
1111

1212
# A custom section for CI pipelines to install tools
1313
[tools]
14-
cargo-deny = "^0.17"
14+
cargo-deny = "^0.18"
1515
cargo-geiger = "0.13.0"
1616
cargo-llvm-cov = "0.6.18"
1717
cargo-make = "0.37.21"

0 commit comments

Comments
 (0)