From 619c5f3eb8fe525ef1d87feda5aa95afd5ef608e Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:24:47 +0100 Subject: [PATCH] Update rust-toolchain.toml This matches the version actually used by Redox OS. It also supports the sparse index, which prevents having to clone the crates.io registry git repo when rust-analyzer tries to run cargo metadata on relibc. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 87f6fe713d..f8ecc00474 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-01-21" +channel = "nightly-2023-09-07" components = ["rust-src"]