Skip to content

Commit ef14f72

Browse files
committed
Auto merge of #423 - fiveop:release_0.7.0, r=kamalmarhubi
Release v0.7.0
2 parents 6ddc7b6 + 6037099 commit ef14f72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.7.0] 2016-09-09
77

88
### Added
99
- Added `lseek` and `lseek64` in `::nix::unistd`

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "nix"
44
description = "Rust friendly bindings to *nix APIs"
5-
version = "0.6.1-pre"
5+
version = "0.7.0"
66
authors = ["Carl Lerche <[email protected]>"]
77
homepage = "https://github.com/nix-rust/nix"
88
repository = "https://github.com/nix-rust/nix"
@@ -23,7 +23,7 @@ preadv_pwritev = []
2323
signalfd = []
2424

2525
[dependencies]
26-
libc = { git = "https://github.com/rust-lang/libc" }
26+
libc = "0.2.16"
2727
bitflags = "0.4"
2828
cfg-if = "0.1.0"
2929
void = "1.0.2"

README.md

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

3535
```toml
3636
[dependencies]
37-
nix = "0.6.0"
37+
nix = "0.7.0"
3838
```
3939

4040
Then, add this to your crate root:

0 commit comments

Comments
 (0)