Skip to content

Commit cfd783e

Browse files
committed
Bump version to 0.10.0-pre
1 parent 48d3c8b commit cfd783e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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]
7+
68
## [0.9.0] 2017-07-23
79

810
### Added

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.9.0"
5+
version = "0.10.0-pre"
66
authors = ["The nix-rust Project Developers"]
77
repository = "https://github.com/nix-rust/nix"
88
license = "MIT"
@@ -15,7 +15,7 @@ exclude = [
1515
]
1616

1717
[dependencies]
18-
libc = "0.2.25"
18+
libc = { git = "https://github.com/rust-lang/libc" }
1919
bitflags = "0.9"
2020
cfg-if = "0.1.0"
2121
void = "1.0.2"

0 commit comments

Comments
 (0)