From 4ab7993599a499fab22b2bc8ffd69606937e9c5a Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:39:36 +0900 Subject: [PATCH] Cargo.toml: bump Rust version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5234c00e..cd448d8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ 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" -edition = "2021" +rust-version = "1.98.1" +edition = "2024" build = "build.rs"