Bump Rust 1.94.0.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-03-08 05:40:17 +00:00
parent 55ee0d8ab6
commit d2836e9f50
28 changed files with 39 additions and 20 deletions

View File

@@ -1,4 +1,5 @@
#![type_length_limit = "12288"]
#![allow(unused_features)] // 1.96.0-nightly 2026-03-07 bug
pub mod alloc;
pub mod config;