chore(rust): bump Rust to 1.80.1 (#6346)

This fixes some little bugs that probably don't affect us.
This commit is contained in:
Reactor Scram
2024-08-19 13:05:51 -05:00
committed by GitHub
parent 01552cfaec
commit a558ce8cf6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Keep synced with `rust-toolchain.toml`
ARG RUST_VERSION="1.80"
ARG RUST_VERSION="1.80.1"
ARG ALPINE_VERSION="3.20"
ARG CARGO_CHEF_VERSION="0.1.67"

View File

@@ -1,3 +1,3 @@
[toolchain]
# Keep synced with `Dockerfile`
channel = "1.80"
channel = "1.80.1"