summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlinbingquan <695601626@qq.com>2022-01-17 09:05:25 +0800
committerGitHub <noreply@github.com>2022-01-16 20:05:25 -0500
commit51518499b3dc4aef95ec688afc77ec131f2604c1 (patch)
tree7eccb776bfc2e887af4be1e0b3997e0cdbdd2322
parent9def44979a0c3a03a7ada09f8359ea6b1d795d03 (diff)
chore: upgrade to rust 1.58 in the dev container (#13388)
-rw-r--r--.devcontainer/Dockerfile4
1 files 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