From 51518499b3dc4aef95ec688afc77ec131f2604c1 Mon Sep 17 00:00:00 2001 From: linbingquan <695601626@qq.com> Date: Mon, 17 Jan 2022 09:05:25 +0800 Subject: chore: upgrade to rust 1.58 in the dev container (#13388) --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 8604d1700..c508d28b9 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1 -# Update to Rust 1.56.1 -RUN rustup update 1.56.1 && rustup default 1.56.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 -- cgit v1.2.3