From 81de65c8d054bef8830e1b1646c5d82bdb20ed51 Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 30 May 2023 19:22:41 -0400 Subject: [PATCH] bump to more recent nightly channel the previous "illegal instruction" issues that i was getting on release builds seems to have been resolved --- rust-toolchain.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 072c103..fc7dedf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -4,6 +4,4 @@ # necessarily see a reason to keep using whatever nightly version is the latest, and would # prefer stick with versions that appear to be stable and just periodically do manual updates # here to get *some* peace of mind in terms of build stability. -# NOTE: as of 2023-04-21, nightly versions past 2023-04-17 fail to build ggdt with an -# "illegal instruction" error -channel = "nightly-2023-04-17" \ No newline at end of file +channel = "nightly-2023-05-30" \ No newline at end of file