Update Cargo.toml

This commit is contained in:
Cutieguwu
2026-01-02 01:46:12 -05:00
parent 2ce889314a
commit d4094d61f0

View File

@@ -23,8 +23,11 @@ features = ["derive"]
version = "1.0" version = "1.0"
features = ["derive"] features = ["derive"]
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
# Yes. For one constant, this library is required. # Yes. For one constant, this library is required.
# Technically, this did a bit more in early testing when I messed about
# with unsafe ffi disasters trying to solve problems.
#
# And yes, I spent time tracking down the first release with that constant. # And yes, I spent time tracking down the first release with that constant.
# v0.2.25 is almost 9 years old as of writing this comment. # v0.2.25 is almost 9 years old as of writing this comment
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
libc = "~0.2.25" libc = "~0.2.25"