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"