Skip to content

Commit d2248ab

Browse files
committed
c2rust: Use released version
1 parent fe50bda commit d2248ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riotbuild/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ RUN \
344344

345345
RUN \
346346
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 && \
347+
CARGO_HOME=/opt/rustup/.cargo cargo install --no-track --locked c2rust --version 0.17.0 && \
348348
echo 'Cleaning up root-owned crates.io cache' >&2 && \
349349
rm -rf /opt/rustup/.cargo/{git,registry,.package-cache}
350350

0 commit comments

Comments
 (0)