Skip to content

Commit 5527ce8

Browse files
committed
Prepare for the 0.9.0 release
Bump the version to 0.9.0-pre Update libc dependency to 0.2.25
1 parent 45c1821 commit 5527ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.8.1-pre"
5+
version = "0.9.0-pre"
66
authors = ["The nix-rust Project Developers"]
77
homepage = "https://github.com/nix-rust/nix"
88
repository = "https://github.com/nix-rust/nix"
@@ -22,7 +22,7 @@ preadv_pwritev = []
2222
signalfd = []
2323

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

0 commit comments

Comments
 (0)