From c96068e78df609bc1bc01a41caae1237ed5e0d54 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 20 Jul 2019 11:46:21 +0600 Subject: [PATCH] bump version --- 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 c9d9cfec..307e7906 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-files" -version = "0.1.3" +version = "0.1.4" authors = ["Nikolay Kim "] description = "Static files support for actix web." readme = "README.md"