Skip to content

Commit 13deb61

Browse files
committed
Auto merge of #546 - kamalmarhubi:release-0.8.0, r=fiveop
Release v0.8.0 closes #519
2 parents 70a1bd4 + 58e4019 commit 13deb61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased]
6+
## [0.8.0] 2017-03-02
77

88
### Added
99
- Added `::nix::sys::termios::BaudRate` enum to provide portable baudrate

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ preadv_pwritev = []
2222
signalfd = []
2323

2424
[dependencies]
25-
libc = { git = "https://github.com/rust-lang/libc" }
25+
libc = "0.2.21"
2626
bitflags = "0.7"
2727
cfg-if = "0.1.0"
2828
void = "1.0.2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To use `nix`, first add this to your `Cargo.toml`:
3939

4040
```toml
4141
[dependencies]
42-
nix = "0.7.0"
42+
nix = "0.8.0"
4343
```
4444

4545
Then, add this to your crate root:

0 commit comments

Comments
 (0)