Skip to content

Commit 7ae13ba

Browse files
build(rust): Update Rust toolchain to 1.91 (#2903)
Update Rust toolchain to 1.91 (1.91.0). **Changes:** - Update `rust-toolchain.toml` channel to `1.91` **Release Notes:** https://github.com/rust-lang/rust/releases/tag/1.91.0 --- 🤖 *This PR was created automatically by the Rust toolchain update bot.* Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2f93346 commit 7ae13ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
# We pin the minor version to prevent new Clippy lints from breaking CI.
33
# But, we still want to pick up new patch versions.
4-
channel = "1.90"
4+
channel = "1.91"

0 commit comments

Comments
 (0)