Fix the build on DragonflyBSD with -Zminimal-versions

This commit is contained in:
Alan Somers 2022-03-13 16:36:34 -06:00
parent bf59a6ca10
commit e08c47cf1e

View File

@ -27,7 +27,7 @@ targets = [
]
[dependencies]
libc = { version = "0.2.114", features = [ "extra_traits" ] }
libc = { version = "0.2.115", features = [ "extra_traits" ] }
bitflags = "1.1"
cfg-if = "1.0"