Skip to content

Commit

Permalink
Add diesel CLI to cargo-binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Apr 10, 2024
1 parent 26138fa commit 97c240c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ RUN set -eux; \
cargo-outdated \
cargo-bloat \
cargo-llvm-lines \
cargo-llvm-cov \
cargo-watch \
cargo-edit \
cargo-chef \
Expand All @@ -140,7 +141,8 @@ RUN set -eux; \
trunk \
mdbook \
wasm-bindgen-cli \
sqlx-cli; \
sqlx-cli \
diesel_cli; \
sqlx --version; \
wasm-bindgen --version; \
mdbook --version; \
Expand All @@ -150,9 +152,11 @@ RUN set -eux; \
cargo chef --version; \
cargo upgrade --version; \
cargo llvm-lines --version; \
cargo llvm-cov --version; \
cargo bloat --version; \
cargo outdated --version; \
cargo audit --version;
cargo audit --version; \
disel --version; \

ARG CARGO_UDEPS_VERSION
ENV CARGO_UDEPS_VERSION ${CARGO_UDEPS_VERSION}
Expand Down

0 comments on commit 97c240c

Please sign in to comment.