From 4ad1e79023c6a0317b4769e3281be52a8f159c01 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Fri, 30 Jul 2021 16:53:55 +0200 Subject: [PATCH] Set typos-cli version to 1.0.11 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 3415c05a3b..4a2483abe7 100644 --- a/Earthfile +++ b/Earthfile @@ -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