From d881f0bd585a34b334edca42bf26a115f0bb9aad Mon Sep 17 00:00:00 2001 From: jutty Date: Thu, 23 Apr 2026 17:54:22 -0300 Subject: [PATCH] Bump minimum Rust version to 1.94.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bac9f33..21f25fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://en.jutty.dev" documentation = "https://en.jutty.dev/node/Documentation" edition = "2024" -rust-version= "1.91.1" +rust-version= "1.94.0" [features] serial-tests = []