Skip to content

Commit

Permalink
Auto merge of #546 - kamalmarhubi:release-0.8.0, r=fiveop
Browse files Browse the repository at this point in the history
Release v0.8.0

closes #519
  • Loading branch information
homu committed Mar 2, 2017
2 parents 70a1bd4 + 58e4019 commit 13deb61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 13deb61

Please sign in to comment.