From eee5365e0b26b41bf91e5e969af6f378e6c58ab7 Mon Sep 17 00:00:00 2001 From: svartalf Date: Wed, 23 May 2018 23:17:40 +0300 Subject: [PATCH] Bumping crate version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8aac469dd..e88f6bd1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-httpauth" -version = "0.0.1" +version = "0.0.2" authors = ["svartalf "] description = "HTTP authentication schemes for actix-web" readme = "README.md" @@ -19,4 +19,4 @@ travis-ci = { repository = "svartalf/actix-web-httpauth", branch = "master" } actix-web = "0.6" base64 = "0.9" percent-encoding = "1.0.1" -bytes = "0.4.7" \ No newline at end of file +bytes = "0.4.7"