lower version of typos-cli

This commit is contained in:
Folkert 2021-07-30 16:57:43 +02:00
parent e805e63db6
commit 981e026a58

View File

@ -1,4 +1,4 @@
FROM rust:1.53-slim-buster
FROM rust:1.54-slim-buster
WORKDIR /earthbuild
prep-debian:
@ -101,7 +101,7 @@ check-rustfmt:
RUN cargo fmt --all -- --check
check-typos:
RUN cargo install typos-cli
RUN cargo install --version 1.0.11 typos-cli
COPY --dir .github ci cli compiler docs editor examples nightly_benches packages roc_std www *.md LEGAL_DETAILS shell.nix ./
RUN typos