Skip to content

Commit

Permalink
Bump version to 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed May 2, 2017
1 parent 49c1ba2 commit 9635f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
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"
Expand Down

0 comments on commit 9635f3c

Please sign in to comment.