From 4a3cc60ff9143c1f4fcb24f8ad82d2d1c389f4a9 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 22 Dec 2019 16:09:20 +0900 Subject: [PATCH] Prepare actix-files release --- actix-files/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index 7f11605a..6920a309 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-files" -version = "0.2.0" +version = "0.2.1" authors = ["Nikolay Kim "] description = "Static files support for actix web." readme = "README.md"