Libc version bound hotfix.

This commit is contained in:
Olivia Brooks
2025-02-26 14:06:30 -05:00
committed by GitHub
parent 34d16c7846
commit bb6d2ae94b

View File

@@ -10,7 +10,7 @@ edition = "2021"
# #
# For clap info, see [dependencies.clap] # For clap info, see [dependencies.clap]
# For serde info, see [dependencies.serde] # 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" ron = "0.8.1, >=0.8, <0.9"
rust-i18n = "3.1.3" rust-i18n = "3.1.3"