From 0096f3224f3bbfbaf45ae5fce3673022bf2a84b3 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Sat, 10 Aug 2024 14:35:14 -0700 Subject: [PATCH] go back to a nightly where build-std works see rust-lang/rust#128827 --- rust-toolchain.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1944697e..5bc66f35 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,7 @@ [toolchain] -channel = "nightly-2024-08-09" +# we can probably bump nightly to 2024-08-10 when it's out, see: +# https://github.com/rust-lang/rust/pull/128827 +channel = "nightly-2024-07-30" profile = "minimal" components = [ "clippy",