From 88bf0c4eb4fb64fe22582461f39c4c32dccb5227 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 2 Apr 2026 17:08:35 +0200 Subject: [PATCH] Bump 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 26a5e95..47992b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ repository = "https://github.com/uutils/tar" readme = "README.md" keywords = ["tar", "uutils", "cross-platform", "cli", "utility"] categories = ["command-line-utilities"] -rust-version = "1.85.0" +rust-version = "1.94.0" edition = "2024" build = "build.rs"