This commit is contained in:
Sean McArthur
2017-10-02 12:27:41 -07:00
parent a646bb56de
commit 6ab3923f1e
3 changed files with 28 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "reqwest"
version = "0.7.3" # remember to update html_root_url
version = "0.8.0" # remember to update html_root_url
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
repository = "https://github.com/seanmonstar/reqwest"
documentation = "https://docs.rs/reqwest"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
license = "MIT/Apache-2.0"
categories = ["web-programming::http-client"]