summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPaul Osborne <osbpau@gmail.com>2016-10-24 11:55:08 -0500
committerPaul Osborne <osbpau@gmail.com>2016-10-24 11:56:46 -0500
commit360f7aae380f0265b2a3b937c505a104d6a0f4cf (patch)
tree4cc70d6756f0205d3f8a3993dedcf0266ee842bd /Cargo.toml
parent914e3ba35e48997776be7aa8758c58f30023e24d (diff)
downloadnix-360f7aae380f0265b2a3b937c505a104d6a0f4cf.zip
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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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 <me@carllerche.com>"]
+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"