summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-15 17:21:56 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-15 17:21:56 +0000
commitd4addd5751dea9ba240fdbe2f69e5d6f1065019b (patch)
tree8d7391d0864618c0b2748c2e8a06a91303c7d9db /Cargo.toml
parentf74befca6ecd2c3f58643180bdbb824dadf923a6 (diff)
parenta586900f9e10670a9dae74ab1172bd88ee6fb8fc (diff)
downloadnix-d4addd5751dea9ba240fdbe2f69e5d6f1065019b.zip
Merge #1014
1014: Prepare for release 0.13.0 r=asomers a=asomers Co-authored-by: Alan Somers <asomers@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ff8e9fe6..83ea67e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "nix"
description = "Rust friendly bindings to *nix APIs"
-version = "0.12.0"
+version = "0.13.0"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"
@@ -16,7 +16,7 @@ exclude = [
]
[dependencies]
-libc = { git = "https://github.com/rust-lang/libc/" }
+libc = "0.2.47"
bitflags = "1.0"
cfg-if = "0.1.0"
void = "1.0.2"