From a558ce8cf6a91b824c1587f1adac6fa8c0dd85b2 Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Mon, 19 Aug 2024 13:05:51 -0500 Subject: [PATCH] chore(rust): bump Rust to 1.80.1 (#6346) This fixes some little bugs that probably don't affect us. --- rust/Dockerfile | 2 +- rust/rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Dockerfile b/rust/Dockerfile index 96684a784..0818c2c56 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -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" diff --git a/rust/rust-toolchain.toml b/rust/rust-toolchain.toml index 1972e0759..86eb0cc06 100644 --- a/rust/rust-toolchain.toml +++ b/rust/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] # Keep synced with `Dockerfile` -channel = "1.80" +channel = "1.80.1"