From 3959d9f2d285bd45beb34074cf61090e2c4976dc Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sun, 23 Jan 2022 22:36:40 +0530 Subject: chore: upgrade to rust 1.58.1 (#13459) --- .devcontainer/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.devcontainer/Dockerfile') diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index c508d28b9..0aa1b0198 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,8 +1,6 @@ FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1 -# Update to Rust 1.58.0 -RUN rustup update 1.58.0 && rustup default 1.58.0 - # Install Deno ENV DENO_INSTALL=/usr/local RUN curl -fsSL https://deno.land/x/install/install.sh | sh + -- cgit v1.2.3