diff options
author | Abdfn <64256993+abdfnx@users.noreply.github.com> | 2021-11-24 21:26:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 13:26:18 -0500 |
commit | 88000b5feb531fc3969bfa8d60faec0f204cc659 (patch) | |
tree | ea51bac8d4a91e0b2fbc4713f39668f5e1440fe5 /.devcontainer | |
parent | 1117d2db3965fc44f174be3fd029293b7e2b952e (diff) |
chore: upgrade Rust version to `1.56.1` (#12870)
Diffstat (limited to '.devcontainer')
-rw-r--r-- | .devcontainer/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |