From 88000b5feb531fc3969bfa8d60faec0f204cc659 Mon Sep 17 00:00:00 2001 From: Abdfn <64256993+abdfnx@users.noreply.github.com> Date: Wed, 24 Nov 2021 21:26:18 +0300 Subject: chore: upgrade Rust version to `1.56.1` (#12870) --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.devcontainer') diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 5438ca19e..8604d1700 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1 -# Update to Rust 1.55.0 -RUN rustup update 1.55.0 && rustup default 1.55.0 +# Update to Rust 1.56.1 +RUN rustup update 1.56.1 && rustup default 1.56.1 # Install Deno ENV DENO_INSTALL=/usr/local -- cgit v1.2.3