From 39604287aad7619d42a49ae87e9bdff6d4c4e2d9 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Mon, 5 Feb 2024 23:59:54 +0100 Subject: [PATCH] v0.0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5cf6cac..db55e40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper-middleware" description = "A compact HTTP middleware and handler system for Hyper 0.14" -version = "0.0.8" +version = "0.0.9" authors = ["Jose Quintana "] license = "MIT OR Apache-2.0" repository = "https://github.com/static-web-server/hyper-middleware"