Update Cargo.toml
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user