From b07ec6f35c43f2036199f9f9137eab567b4bf6a8 Mon Sep 17 00:00:00 2001 From: Bastian Gruber Date: Tue, 22 Jul 2025 17:45:06 +0200 Subject: [PATCH] Update to version 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a55ebe..cfea708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Bastian Gruber "] -version = "0.1.5" +version = "0.2.0" edition = "2024" name = "ohttp-gateway" categories = ["web-programming", "web-programming::http-server"]