Skip to content

Upgrade rust edition, remove cbindgen #22

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

Merged
merged 13 commits into from
Apr 3, 2025
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ USER ${USERNAME}
RUN umask 0002 && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
| sh -s -- -y --no-modify-path && \
rustup update stable && \
rustup install 1.85.0 && \
rustup component add rust-src llvm-tools-preview && \
cargo install cargo-binutils && \
rustup target add thumbv7em-none-eabihf thumbv7em-none-eabi
Expand All @@ -98,6 +98,7 @@ RUN cargo install --locked kani-verifier && \
cargo kani setup
RUN cargo install --locked cargo-tarpaulin
RUN cargo install --locked cargo-watch
RUN cargo install --force cbindgen

COPY --from=qemu-builder /usr/local/ /usr/local/

Expand Down
Loading
Loading