From 82b4bfd48036c8111451e376d36ee41d0966b3d1 Mon Sep 17 00:00:00 2001 From: Autofix Date: Fri, 9 Apr 2021 03:05:32 +0000 Subject: [PATCH] Autofix: upgrade-rustup-toolchain --- src/docs/languages/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/languages/rust.md b/src/docs/languages/rust.md index 2937b2224..91f256f6c 100644 --- a/src/docs/languages/rust.md +++ b/src/docs/languages/rust.md @@ -9,7 +9,7 @@ Rust is a first-class language in Gitpod, and we believe that Gitpod is a great ## Rust Version -Gitpod always comes with the latest available Rust toolchain pre-installed using [rustup](https://rustup.rs/). (As of this writing, the Rust version is `1.50.0` and it's updated [semi-automatically](https://github.com/gitpod-io/workspace-images/pull/282/files) on every official Rust release.) +Gitpod always comes with the latest available Rust toolchain pre-installed using [rustup](https://rustup.rs/). (As of this writing, the Rust version is `1.51.0` and it's updated [semi-automatically](https://github.com/gitpod-io/workspace-images/pull/282/files) on every official Rust release.) You can also use `rustup` yourself in Gitpod in order to switch to a different Rust version, or to install extra components. See the [the rustup book](https://rust-lang.github.io/rustup/index.html) to learn more about `rustup` itself.