From 82383939934e09a76d683b036c0cd1f595973136 Mon Sep 17 00:00:00 2001 From: Felipe Noronha Date: Sat, 12 Mar 2022 14:02:31 -0300 Subject: [PATCH] Tag v0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9abcfc..233a3f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-reverse-proxy" -version = "0.5.1-dev" +version = "0.5.1" authors = ["Brendan Zabarauskas ", "Felipe Noronha ", "Jan Kantert "] license = "Apache-2.0" description = "A simple reverse proxy, to be used with Hyper and Tokio."