diff --git a/Cargo.toml b/Cargo.toml index c1622be..9ceeb09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,11 @@ features = ["derive"] version = "1.0" features = ["derive"] -[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies] # 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. -# 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"