From 9635f3c123e5b9864a9b314b8d70360b981732d2 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Mon, 1 May 2017 19:16:58 -0700 Subject: [PATCH] Bump version to 0.6.0. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 38ddd1f..5435b95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] authors = ["Jimmy Cuadra "] description = "A client library for CoreOS's etcd." -documentation = "http://jimmycuadra.github.io/rust-etcd/etcd/" +documentation = "https://docs.rs/etcd" homepage = "https://github.com/jimmycuadra/rust-etcd" keywords = ["etcd", "coreos", "database"] license = "MIT" name = "etcd" readme = "README.md" repository = "https://github.com/jimmycuadra/rust-etcd" -version = "0.5.5" +version = "0.6.0" [dependencies] hyper = "0.10.9"