From 8df39b4452c7f044881a224c6b8152bc8b59caca Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Thu, 6 Jun 2024 23:08:46 +0800 Subject: [PATCH] bump: v0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd1f34c..a261db9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "path-tree" -version = "0.7.7" +version = "0.8.0" authors = ["Fangdun Tsai "] description = "path-tree is a lightweight high performance HTTP request router for Rust" repository = "https://github.com/viz-rs/path-tree"