This commit is contained in:
Martin Algesten
2018-06-22 11:39:57 +02:00
parent e9ccf1c2cc
commit 20bb7cbbde
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -374,7 +374,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ureq"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"ascii 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -1,6 +1,6 @@
[package]
name = "ureq"
version = "0.1.1"
version = "0.2.0"
authors = ["Martin Algesten <martin@algesten.se>"]
description = "Minimal HTTP request library"
license = "MIT/Apache-2.0"