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"