Skip to content

Commit

Permalink
Dockerfile: update rust cbindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Feb 7, 2020
1 parent ef1be6b commit 4a619c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/opt/
RUN rustup target add thumbv7em-none-eabi
RUN rustup component add rustfmt
RUN rustup component add clippy
RUN CARGO_HOME=/opt/cargo cargo install cbindgen --version 0.10
RUN CARGO_HOME=/opt/cargo cargo install cbindgen --version 0.13
RUN CARGO_HOME=/opt/cargo cargo install bindgen --version 0.52

# Clean temporary files to reduce image size
Expand Down

0 comments on commit 4a619c3

Please sign in to comment.