From d0baf9b7a7bf44567ae192158e92f1cd4055e782 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:03:27 -0500 Subject: [PATCH] Update Cargo.toml Add versioning bounds. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f971de..3308459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ ron = "0.8.1, >=0.8, <0.9" rust-i18n = "3.1.3" [dependencies.clap] -version = "4.5.31" +version = "4.5, >=4.5.27, <=4.6" default-features = false features = [ # From default features collection