diff --git a/Dockerfile b/Dockerfile index b2a1a09..c572634 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN apt-get update && \ squeeze /squeeze_root https://archive.debian.org/debian/ -FROM rust:1.97.1-trixie AS build-env +FROM rust:1.98.0-trixie AS build-env WORKDIR /usr/src diff --git a/rust-toolchain b/rust-toolchain index b6ff070..2cab485 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] targets = ["i686-unknown-linux-gnu"] -channel = "1.97.1" +channel = "1.98.0"