We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe50bda commit d2248abCopy full SHA for d2248ab
riotbuild/Dockerfile
@@ -344,7 +344,7 @@ RUN \
344
345
RUN \
346
echo 'Installing C2Rust' >&2 && \
347
- CARGO_HOME=/opt/rustup/.cargo cargo install --no-track --locked c2rust --git https://github.com/chrysn-pull-requests/c2rust --branch riscv-vector-types && \
+ CARGO_HOME=/opt/rustup/.cargo cargo install --no-track --locked c2rust --version 0.17.0 && \
348
echo 'Cleaning up root-owned crates.io cache' >&2 && \
349
rm -rf /opt/rustup/.cargo/{git,registry,.package-cache}
350
0 commit comments