Update diesel_cli to 2.0.0-rc.1.

This commit is contained in:
Orne Brocaar 2022-07-22 14:44:14 +01:00
parent 85cd5e0b80
commit f7f2fa82f2

View File

@ -33,7 +33,7 @@ RUN rustup component add rustfmt clippy
RUN rustup target add armv7-unknown-linux-gnueabihf
RUN rustup target add aarch64-unknown-linux-gnu
RUN cargo install diesel_cli --version 2.0.0-rc.0 --no-default-features --features postgres
RUN cargo install diesel_cli --version 2.0.0-rc.1 --no-default-features --features postgres
RUN cargo install cargo-deb
RUN cargo install cargo-rpm