From f8a98c37439c5cc064a46e2b03f895aec124569b Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:10:58 -0500 Subject: [PATCH] Update Cargo.toml Add additional version bounds for rust-i18n. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ffe6bb..92fd5b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" # For serde info, see [dependencies.serde] libc = "0.2.170, >=0.2.169, <=0.2.170" ron = "0.8.1, >=0.8, <0.9" -rust-i18n = "3.1.3" +rust-i18n = "3.1.3, >=3.1.3, <3.2" [dependencies.clap] version = "4.5, >=4.5.27, <=4.6"