From bb1fee45b23c8c891bcb9b8c5a2d4d76a64d3b21 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Tue, 23 Oct 2018 20:18:50 +0100 Subject: [PATCH] 0.6.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3482533..cae49ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,7 +373,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ureq" -version = "0.6.3" +version = "0.6.4" dependencies = [ "ascii 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 27df549..9161aff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "0.6.3" +version = "0.6.4" authors = ["Martin Algesten "] description = "Minimal HTTP request library" license = "MIT/Apache-2.0"