fix(rustup): rustc (be9bd7c93 2015-04-05)

* using std::convert
* update to latest hyper (and other dependencies)

Related to #46
This commit is contained in:
Sebastian Thiel
2015-04-07 11:53:47 +02:00
parent 919ae4d8ae
commit 91861dcb71
354 changed files with 62261 additions and 24815 deletions

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/iTA-R5-0GybzGChq9ZynFCm92Zw\"",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/I-Kz7nVLqL3C3aFzaPv8bMiNptU\"",
"discoveryVersion": "v1",
"id": "oauth2:v2",
"name": "oauth2",
"version": "v2",
"revision": "20150302",
"revision": "20150319",
"title": "Google OAuth2 API",
"description": "Lets you access OAuth2 protocol related APIs.",
"ownerDomain": "google.com",
@@ -149,6 +149,10 @@
"type": "string",
"description": "The space separated list of scopes granted to this token."
},
"token_handle": {
"type": "string",
"description": "The token handle associated with this token."
},
"user_id": {
"type": "string",
"description": "The obfuscated user id."
@@ -232,6 +236,10 @@
"id_token": {
"type": "string",
"location": "query"
},
"token_handle": {
"type": "string",
"location": "query"
}
},
"response": {