diff --git a/Cargo.toml b/Cargo.toml index 4d089eb..7315558 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" +libc = "0.2.170, >=0.2.169, <=170" ron = "0.8.1, >=0.8, <0.9" rust-i18n = "3.1.3"