summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2017-07-23 22:33:21 -0600
committerMarcin Mielniczuk <marmistrz.dev@zoho.eu>2017-07-25 09:09:52 +0200
commit021e851084e57c5a9b521a1bb2f7e8c6ca92c0cb (patch)
tree262e9fe39b119e6a1137a5e1b707581fc0280120
parentf3167db18b03cb820d35b9cca46c51db0f8480b3 (diff)
downloadnix-021e851084e57c5a9b521a1bb2f7e8c6ca92c0cb.zip
Bump version to 0.10.0-pre
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml4
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 949b98f2..97d83504 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [Unreleased]
+
## [0.9.0] 2017-07-23
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 1df77c53..23b13455 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
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 = [
]
[dependencies]
-libc = "0.2.25"
+libc = { git = "https://github.com/rust-lang/libc" }
bitflags = "0.9"
cfg-if = "0.1.0"
void = "1.0.2"