From e91bfda5c2e48055a7138ee95c38663612b0e680 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Sun, 12 Apr 2026 17:37:14 +0900 Subject: [PATCH] Cargo.toml: bump Rust version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 810a4010..0b218a61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ repository = "https://github.com/uutils/util-linux" readme = "README.md" keywords = ["util-linux", "uutils", "cross-platform", "cli", "utility"] categories = ["command-line-utilities"] -rust-version = "1.70.0" +rust-version = "1.94.0" edition = "2021" build = "build.rs"