Skip to content

Commit 360f7aa

Browse files
committed
cargo: bump version to 0.8.0-pre
Also, changed author from Carl to being more broad (as we have many contributors and maintainers now). This matches what is used for crates in the rust-lang org. Signed-off-by: Paul Osborne <osbpau@gmail.com>
1 parent 914e3ba commit 360f7aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
name = "nix"
44
description = "Rust friendly bindings to *nix APIs"
5-
version = "0.7.1-pre"
6-
authors = ["Carl Lerche <me@carllerche.com>"]
5+
version = "0.8.0-pre"
6+
authors = ["The nix-rust Project Developers"]
77
homepage = "https://github.com/nix-rust/nix"
88
repository = "https://github.com/nix-rust/nix"
99
license = "MIT"

0 commit comments

Comments
 (0)