This commit is contained in:
Sean McArthur
2018-09-18 14:35:48 -07:00
parent 610cdd266c
commit 76547fee91
3 changed files with 112 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "reqwest"
version = "0.9.0-pre" # remember to update html_root_url
version = "0.9.0" # remember to update html_root_url
description = "higher level HTTP client library"
keywords = ["http", "request", "client"]
repository = "https://github.com/seanmonstar/reqwest"
@@ -9,8 +9,6 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
license = "MIT/Apache-2.0"
categories = ["web-programming::http-client"]
publish = false # pre
[dependencies]
base64 = "0.9"
bytes = "0.4"