fix(version-up): v0.1.5

* fix documentation link in Cargo.toml
* adjust to latest hyper. It's not even out yet, but people
  can't build the APIs anyway.
This commit is contained in:
Sebastian Thiel
2015-04-08 16:54:50 +02:00
parent 191e822c5a
commit a399488c27
313 changed files with 24317 additions and 24707 deletions

View File

@@ -4,12 +4,12 @@
[package]
name = "google-civicinfo2"
version = "0.1.4+20150302"
version = "0.1.5+20150302"
authors = ["Sebastian Thiel <byronimo@gmail>"]
description = "A complete library to interact with Civic Info (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/civicinfo2"
homepage = "https://developers.google.com/civic-information"
documentation = "http://byron.github.io/google-apis-rs/google-civicinfo2"
documentation = "http://byron.github.io/google-apis-rs/google_civicinfo2"
license = "MIT"
keywords = ["civicinfo", "google", "protocol", "web", "api"]