From 889988b4a3e8bd31b7a7fcbe0c4318e970693bf8 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Sun, 3 Feb 2019 12:06:29 +0530 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2678c58..2b132f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,7 +261,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ureq" -version = "0.8.2" +version = "0.9.0" dependencies = [ "ascii 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f59348e..c33c6c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.8.2" +version = "0.9.0" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"