From 12bf5afe05e0fbec5bf17c79f0a1dc304d5efe04 Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Tue, 27 Jan 2026 11:29:51 -0500 Subject: [PATCH] Lock Rust version to 1.92.0 to fix build --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 24d9835..2f6451d 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "stable" +channel = "1.92.0" components = ["clippy", "rustfmt"] targets = ["wasm32-wasip1"] profile = "default"