Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update Rust ecosystem to v1.84.0 #700

Merged
merged 10 commits into from
Jan 23, 2025
Prev Previous commit
Next Next commit
chore: debug probe-rs-tools install failure
rjaegers authored Jan 21, 2025
commit 4ec725ee235212abbc0f8c0c6f095b87ebea5694
3 changes: 2 additions & 1 deletion .devcontainer/rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -47,4 +47,5 @@ RUN update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-14 20 \
ENV BINSTALL_DISABLE_TELEMETRY=true
# Install additional rust tools
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" \
&& cargo-binstall -y --locked [email protected] [email protected] [email protected] [email protected]
&& cargo-binstall -y --locked [email protected] [email protected] [email protected] \
&& cargo-binstall -v -y --locked [email protected]