From 63f80b69198563a37548eb00238ddbcdb3c7af01 Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Sat, 8 Aug 2026 21:19:44 +1000 Subject: [PATCH] Use Rust 1.94 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 82d044c3f3..7fb801d3d7 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -7,7 +7,7 @@ # supported and used in CI. [toolchain] -channel = "1.91.0" +channel = "1.94.0" targets = [ "aarch64-linux-android", "armv7-linux-androideabi",