From 58e401907450488e7881b76fed8685b673763f49 Mon Sep 17 00:00:00 2001
From: Kamal Marhubi <kamal@marhubi.com>
Date: Wed, 1 Mar 2017 23:49:52 -0500
Subject: [PATCH] Release v0.8.0

closes #519
---
 CHANGELOG.md | 2 +-
 Cargo.toml   | 2 +-
 README.md    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa12f127c1..26c016f894 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
 All notable changes to this project will be documented in this file.
 This project adheres to [Semantic Versioning](http://semver.org/).
 
-## [Unreleased]
+## [0.8.0] 2017-03-02
 
 ### Added
 - Added `::nix::sys::termios::BaudRate` enum to provide portable baudrate
diff --git a/Cargo.toml b/Cargo.toml
index 8ac4fa5097..7de7d831b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ preadv_pwritev = []
 signalfd = []
 
 [dependencies]
-libc = { git = "https://github.com/rust-lang/libc" }
+libc = "0.2.21"
 bitflags = "0.7"
 cfg-if = "0.1.0"
 void = "1.0.2"
diff --git a/README.md b/README.md
index c5ed2275c7..577a0fb2cc 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ To use `nix`, first add this to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-nix = "0.7.0"
+nix = "0.8.0"
 ```
 
 Then, add this to your crate root: