From 859ae9ad590a79816d8d58fe4c45a80b28f0af12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 02:04:57 +0000 Subject: [PATCH] Update dependency rust to v1.96.0 --- Dockerfile | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9d77eb..90f7270 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN apt-get update && \ squeeze /squeeze_root https://archive.debian.org/debian/ -FROM rust:1.95.0-trixie AS build-env +FROM rust:1.96.0-trixie AS build-env WORKDIR /usr/src diff --git a/rust-toolchain b/rust-toolchain index 8f682d7..f1b102d 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] targets = ["i686-unknown-linux-gnu"] -channel = "1.95.0" +channel = "1.96.0"