From 03f85c289cea8a3ae9ee7bcadba5633fb465b8da Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Mon, 24 Jun 2024 09:42:38 +0800 Subject: [PATCH] bump: v0.8.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b6611e..3e2d4a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "path-tree" -version = "0.8.0" +version = "0.8.1" authors = ["Fangdun Tsai "] description = "path-tree is a lightweight high performance HTTP request router for Rust" repository = "https://github.com/viz-rs/path-tree"