summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2018-01-26 08:36:41 -0700
committerAlan Somers <asomers@gmail.com>2018-01-26 08:36:41 -0700
commit8464abb92d83f928a8a7415386792fd1c06e389b (patch)
tree362fdfc27d2f954223ee3a99a04011b078362677
parent2b6966658c454a4607282dcdebd697016ecbad3b (diff)
downloadnix-8464abb92d83f928a8a7415386792fd1c06e389b.zip
Bump version to 0.11.0-pre
-rw-r--r--CHANGELOG.md10
-rw-r--r--Cargo.toml4
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e66d514..dbe6110a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [Unreleased]
+
+### Added
+
+### Changed
+
+### Fixed
+
+### Removed
+
## [0.10.0] 2018-01-26
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 661ee2ec..83cdaa0b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "nix"
description = "Rust friendly bindings to *nix APIs"
-version = "0.10.0"
+version = "0.11.0-pre"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
license = "MIT"
@@ -13,7 +13,7 @@ exclude = [
]
[dependencies]
-libc = "0.2.36"
+libc = { git = "https://github.com/rust-lang/libc" }
bitflags = "1.0"
cfg-if = "0.1.0"
void = "1.0.2"