Skip to content

Commit 8697fcb

Browse files
author
Bryant Mairs
committed
Set the 0.11 release
1 parent c51d1bb commit 8697fcb

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
### Added
9+
10+
### Changed
11+
12+
### Fixed
13+
14+
### Removed
15+
16+
## [0.11.0] 2018-06-01
17+
818
### Added
919
- Added `sendfile` on FreeBSD and Darwin.
1020
([#901](https://github.com/nix-rust/nix/pull/901))

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nix"
33
description = "Rust friendly bindings to *nix APIs"
4-
version = "0.11.0-pre"
4+
version = "0.11"
55
authors = ["The nix-rust Project Developers"]
66
repository = "https://github.com/nix-rust/nix"
77
license = "MIT"
@@ -12,7 +12,7 @@ exclude = [
1212
]
1313

1414
[dependencies]
15-
libc = { git = "https://github.com/rust-lang/libc" }
15+
libc = "0.2.42"
1616
bitflags = "1.0"
1717
cfg-if = "0.1.0"
1818
void = "1.0.2"

README.md

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

8989
```toml
9090
[dependencies]
91-
nix = "0.10.0"
91+
nix = "0.11.0"
9292
```
9393

9494
Then, add this to your crate root:

0 commit comments

Comments
 (0)