From 20bb7cbbdefd7e888544a4871c504f824adc15eb Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Fri, 22 Jun 2018 11:39:57 +0200 Subject: [PATCH] 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9869637..a967f7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 4c6c862..3f1478c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.1.1" +version = "0.2.0" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"