We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae30e2b + 5527ce8 commit 46e77b5Copy full SHA for 46e77b5
Cargo.toml
@@ -2,7 +2,7 @@
2
3
name = "nix"
4
description = "Rust friendly bindings to *nix APIs"
5
-version = "0.8.1-pre"
+version = "0.9.0-pre"
6
authors = ["The nix-rust Project Developers"]
7
homepage = "https://github.com/nix-rust/nix"
8
repository = "https://github.com/nix-rust/nix"
@@ -22,7 +22,7 @@ preadv_pwritev = []
22
signalfd = []
23
24
[dependencies]
25
-libc = { git = "https://github.com/rust-lang/libc" }
+libc = "0.2.25"
26
bitflags = "0.9"
27
cfg-if = "0.1.0"
28
void = "1.0.2"
0 commit comments