From f9f5a378e5310898d788c5d4e83939292f727fdb Mon Sep 17 00:00:00 2001 From: Alexander Korolev Date: Fri, 18 Dec 2020 14:29:14 +0100 Subject: [PATCH] release 3.0.3 - support for angular-like routers --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8bf1c2..22df842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "Unlicense OR MIT" name = "actix-web-static-files" readme = "README.md" repository = "https://github.com/kilork/actix-web-static-files" -version = "3.0.2" +version = "3.0.3" [dependencies] actix-web = { version = "3.0", default-features = false }