Skip to content

Commit

Permalink
Bump version to 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Aug 5, 2017
1 parent bf7280f commit c8d2163
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
Expand Up @@ -8,14 +8,14 @@ license = "MIT"
name = "etcd"
readme = "README.md"
repository = "https://github.com/jimmycuadra/rust-etcd"
version = "0.7.0"
version = "0.8.0"

[lib]
test = false

[dependencies]
futures = "0.1.14"
hyper = "0.11.1"
hyper = "0.11.2"
serde = "1.0.9"
serde_derive = "1.0.9"
serde_json = "1.0.2"
Expand Down

0 comments on commit c8d2163

Please sign in to comment.