summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-03-13 16:36:34 -0600
committerAlan Somers <asomers@gmail.com>2022-03-13 16:36:34 -0600
commite08c47cf1ee92381d7cc43a16db44d4f25fe74f8 (patch)
tree17ad9425e098f3c4ef572084568997098d365833 /Cargo.toml
parentbf59a6ca1006801be18266c5f16d077720f1b8c0 (diff)
downloadnix-e08c47cf1ee92381d7cc43a16db44d4f25fe74f8.zip
Fix the build on DragonflyBSD with -Zminimal-versions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 039341d4..e5b0831e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"