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"