From 0123f6ec1ae34c0e56a706b034d270d68e4de64e Mon Sep 17 00:00:00 2001 From: Cj Longoria Date: Fri, 3 Oct 2025 16:01:01 -0700 Subject: [PATCH] update channel (#1420) Summary: - `fbgs 'nightly-2025-06-20' -l | cut -d / -f 2- | xargs sed -i -e 's/nightly-2025-06-20/nightly-2025-08-01/'` - updated `fbcode/buck2/rust-toolchain` to remove nonexisting files from the instructions - downloaded the nightly toolchain to get the commit hash - `rustc +nightly-2025-08-01 --version` Differential Revision: D83865193 --- rust-toolchain | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain b/rust-toolchain index 62aee67e9..51ae3da28 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ -# @rustc_version: rustc 1.89.0-nightly (255aa2208 2025-06-19) +# @rustc_version: rustc 1.90.0-nightly (adcb3d3b4 2025-07-31) [toolchain] -channel = "nightly-2025-06-20" +channel = "nightly-2025-08-01"