From 2a48e17ae3cc8670c87f83cde0ac161d2e412999 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Thu, 20 Dec 2018 15:09:13 +0100 Subject: [PATCH] 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fead057..9e24a09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ureq" -version = "0.8.0" +version = "0.8.1" dependencies = [ "ascii 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d4e94eb..cf57a5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.8.0" +version = "0.8.1" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"