From bb6d2ae94b4a3e0648f3d1bdb24546b2e824da40 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:06:30 -0500 Subject: [PATCH] Libc version bound hotfix. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3308459..7ffe6bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" # # For clap info, see [dependencies.clap] # For serde info, see [dependencies.serde] -libc = "0.2.170, >=0.2.169, <=170" +libc = "0.2.170, >=0.2.169, <=0.2.170" ron = "0.8.1, >=0.8, <0.9" rust-i18n = "3.1.3"