1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

Bumping crate version

This commit is contained in:
svartalf 2018-05-23 23:17:40 +03:00
parent 09f9a82a04
commit eee5365e0b

View File

@ -1,6 +1,6 @@
[package] [package]
name = "actix-web-httpauth" name = "actix-web-httpauth"
version = "0.0.1" version = "0.0.2"
authors = ["svartalf <self@svartalf.info>"] authors = ["svartalf <self@svartalf.info>"]
description = "HTTP authentication schemes for actix-web" description = "HTTP authentication schemes for actix-web"
readme = "README.md" readme = "README.md"
@ -19,4 +19,4 @@ travis-ci = { repository = "svartalf/actix-web-httpauth", branch = "master" }
actix-web = "0.6" actix-web = "0.6"
base64 = "0.9" base64 = "0.9"
percent-encoding = "1.0.1" percent-encoding = "1.0.1"
bytes = "0.4.7" bytes = "0.4.7"