From 53b9906d9a5e6f054bb1a96f3373be596323c078 Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Sun, 24 Mar 2024 21:15:57 +0800 Subject: [PATCH] bump: v0.7.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37445aa..b5da54c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "path-tree" -version = "0.7.5" +version = "0.7.6" authors = ["Fangdun Tsai "] description = "path-tree is a lightweight high performance HTTP request router for Rust" homepage = "https://github.com/viz-rs/path-tree"