From ba3bdac07543df8d128daec536f36d4c636f9233 Mon Sep 17 00:00:00 2001 From: Braxton Brown Date: Sat, 16 May 2026 12:35:31 -0600 Subject: [PATCH] use stable toolchain --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 4933b3b..292fe49 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.95" +channel = "stable"