From 7c68609af5f2de77de8e415bf82a6ac04d19b11c Mon Sep 17 00:00:00 2001
From: able <abl3theabove@gmail.com>
Date: Thu, 15 Feb 2024 14:19:51 -0600
Subject: [PATCH] Worked on various small bits

---
 rust-toolchain.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 9434ac3..00e2877 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,3 +1,3 @@
 [toolchain]
-channel    = "nightly"
+channel = "nightly-2023-09-17"
 components = ["rust-src", "llvm-tools"]