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"