From 9cea60ebc4af1d09c558cd4e9341a9ef431a0dd4 Mon Sep 17 00:00:00 2001 From: gered Date: Thu, 20 Apr 2023 23:00:51 -0400 Subject: [PATCH] specify nightly toolchain by date i did not expect this to be problematic so soon, based on what i'd read in various places about the stability of nightly (especially so for the most common platforms like x86_64, etc) as i write this commit message, all nightly versions past this date fail to build ggdt, failing with an "illegal instruction" error. sigh. this makes me question whether trying to use simd right now is actually worth it ... --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 271800c..9bac558 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly" \ No newline at end of file +channel = "nightly-2023-04-17" \ No newline at end of file