From 974b0d2c7a171fd051f59936afa796fd91d55d85 Mon Sep 17 00:00:00 2001 From: Peter Frank Date: Tue, 19 Mar 2024 04:26:46 -0700 Subject: [PATCH] Going with a channel that ties to Rust 1.65.0 --- rust-toolchain.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index bf6ac58..7187e82 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,5 @@ [toolchain] +channel = "stable-2022-11-03" components = [ "rustc" ] targets = [ "x86_64-pc-windows-gnu", "aarch64-unknown-linux-gnu", "x86_64-pc-windows-gnu" ] profile = "minimal"