From aff967ee612c1f2dbd3e84c4b5ba58e175b682c7 Mon Sep 17 00:00:00 2001 From: Recap Time Bot Date: Sat, 23 Oct 2021 12:35:32 +0000 Subject: [PATCH] Autofix: upgrade-rustup-toolchain Signed-off-by: Recap Time Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53c5863..0170625 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN curl -fsSL https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-ins twine ### Rust ### -RUN curl -fsSL https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.53.0 \ +RUN curl -fsSL https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.56.0 \ && rustup component add \ rls \ rust-analysis \