We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a11bb commit 753dc10Copy full SHA for 753dc10
Dockerfile
@@ -13,7 +13,7 @@ RUN rustup default nightly
13
RUN rustup default stable
14
15
RUN rustup component add clippy rls rustfmt rust-analysis
16
-#RUN cargo install cargo-watch cargo-outdated cargo-audit diesel_cli cargo-binstall cargo-geiger cargo-all-features cargo-whatfeatures cargo-spellcheck cargo-udeps flamegraph --force
+RUN cargo install cargo-watch cargo-outdated cargo-audit diesel_cli cargo-binstall cargo-geiger cargo-all-features cargo-whatfeatures cargo-spellcheck cargo-udeps flamegraph --force
17
18
RUN sudo apt-get update && \
19
sudo apt-get install -y \
0 commit comments