Skip to content

Commit 0b6cbc0

Browse files
committed
feat: update rust and related dependencies
This PR updates rust to v1.89.0, as part of the update the following dependencies are also updated: - cargo binstall (v1.15.1) - cargo-binutils (v0.4.0) - cargo-mutants (v25.3.1) - probe-rs (v0.29.1)
1 parent 2553d53 commit 0b6cbc0

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:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
22

33
ARG BATS_VERSION=1.11.0
4-
ARG CARGO_BINSTALL_VERSION=1.12.2
5-
ARG RUST_VERSION=1.87.0
4+
ARG CARGO_BINSTALL_VERSION=1.15.1
5+
ARG RUST_VERSION=1.89.0
66

77
ARG DEBIAN_FRONTEND=noninteractive
88

@@ -50,6 +50,6 @@ RUN --mount=type=cache,target=/var/log,sharing=locked \
5050

5151
# Install additional rust tools
5252
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" \
53-
&& cargo-binstall -y --locked cargo-binutils@0.3.6 cargo-mutants@25.0.0 [email protected] \
53+
&& cargo-binstall -y --locked cargo-binutils@0.4.0 cargo-mutants@25.3.1 [email protected] \
5454
# cargo-binstall can't (yet) install probe-rs-tools for aarch64, fall-back to script installation
55-
&& wget -qO - https://github.com/probe-rs/probe-rs/releases/download/v0.27.0/probe-rs-tools-installer.sh | sh
55+
&& wget -qO - https://github.com/probe-rs/probe-rs/releases/download/v0.29.1/probe-rs-tools-installer.sh | sh

0 commit comments

Comments
 (0)