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 48d3c8b + cfd783e commit 7574f06Copy full SHA for 7574f06
CHANGELOG.md
@@ -3,6 +3,8 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [Unreleased]
7
+
8
## [0.9.0] 2017-07-23
9
10
### Added
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "nix"
description = "Rust friendly bindings to *nix APIs"
-version = "0.9.0"
+version = "0.10.0-pre"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"
@@ -15,7 +15,7 @@ exclude = [
15
]
16
17
[dependencies]
18
-libc = "0.2.25"
+libc = { git = "https://github.com/rust-lang/libc" }
19
bitflags = "0.9"
20
cfg-if = "0.1.0"
21
void = "1.0.2"
0 commit comments