Skip to content

Commit 871de28

Browse files
authored
chore(deps, rust): update rust to 1.86.0
1 parent 7f138dc commit 871de28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.devcontainer/rust/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM ubuntu:24.04@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782
22

33
ARG BATS_VERSION=1.11.0
4-
ARG CARGO_BINSTALL_VERSION=1.10.22
5-
ARG RUST_VERSION=1.84.0
4+
ARG CARGO_BINSTALL_VERSION=1.12.2
5+
ARG RUST_VERSION=1.86.0
66

77
ARG DEBIAN_FRONTEND=noninteractive
88

@@ -47,6 +47,6 @@ RUN update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-14 20 \
4747
ENV BINSTALL_DISABLE_TELEMETRY=true
4848
# Install additional rust tools
4949
RUN wget -qO - "https://github.com/cargo-bins/cargo-binstall/releases/download/v${CARGO_BINSTALL_VERSION}/cargo-binstall-$(uname -m)-unknown-linux-gnu.tgz" | tar xz -C "/usr/bin" \
50-
&& cargo-binstall -y --locked [email protected] [email protected].0 [email protected] \
50+
&& cargo-binstall -y --locked [email protected] [email protected].1 [email protected] \
5151
# cargo-binstall can't (yet) install probe-rs-tools for aarch64, fall-back to script installation
52-
&& wget -qO - https://github.com/probe-rs/probe-rs/releases/download/v0.26.0/probe-rs-tools-installer.sh | sh
52+
&& wget -qO - https://github.com/probe-rs/probe-rs/releases/download/v0.27.0/probe-rs-tools-installer.sh | sh

0 commit comments

Comments
 (0)