From 791a22f28080292198a019f1abcf4aa76f5a1c4c Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Mon, 15 Dec 2025 11:28:25 -0500 Subject: [PATCH] build: bump rust compiler version to stable (1.92.0) --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 47a730be..711b3a48 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.91.1" +channel = "1.92.0" components = ["clippy", "rustfmt"]