From 95a22134102c90cb2f46c5d3c4670c6f26888b1e Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Sun, 12 Apr 2026 13:44:55 +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 44483d12..d6abed15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ readme = "README.md" keywords = ["sed", "uutils", "cross-platform", "cli", "utility"] categories = ["command-line-utilities"] edition = "2024" -rust-version = "1.88" +rust-version = "1.94.0" build = "build.rs"