From 360f7aae380f0265b2a3b937c505a104d6a0f4cf Mon Sep 17 00:00:00 2001 From: Paul Osborne Date: Mon, 24 Oct 2016 11:55:08 -0500 Subject: 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 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9302181c..73d6d559 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" -version = "0.7.1-pre" -authors = ["Carl Lerche "] +version = "0.8.0-pre" +authors = ["The nix-rust Project Developers"] homepage = "https://github.com/nix-rust/nix" repository = "https://github.com/nix-rust/nix" license = "MIT" -- cgit v1.2.3