chore: Bump Rust to 1.81 (#17440)
Blocked on https://github.com/rust-lang/docker-rust/pull/210 Release Notes: - N/A --------- Co-authored-by: Finn Evers <75036051+MrSubidubi@users.noreply.github.com>
This commit is contained in:
parent
b8d3af35fd
commit
b623958b7a
5 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
[toolchain]
|
||||
channel = "1.80"
|
||||
channel = "1.81"
|
||||
profile = "minimal"
|
||||
components = [ "rustfmt", "clippy" ]
|
||||
targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "wasm32-wasi", "x86_64-pc-windows-msvc" ]
|
||||
targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "wasm32-wasip1", "x86_64-pc-windows-msvc" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue