From 7a6e02eb0889bfe9c2108068cf16e0bbdfc08757 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:34:01 -0500 Subject: [PATCH] Update Cargo.toml Employ Tilde requirements. All patches to clap were non-breaking of current functionality. 4.5.27 remains the tested version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c7ff3e..320c14b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ ron = "0.8.1" serde = { version = "~1.0.217", features = ["derive"] } [dependencies.clap] -version = "4.5.30" +version = "~4.5.27" default-features = false features = [ # From default features collection