Skip to content

Commit

Permalink
bump: v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Feb 12, 2024
1 parent 730161e commit 762fca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "path-tree"
version = "0.7.4"
version = "0.7.5"
authors = ["Fangdun Tsai <[email protected]>"]
description = "path-tree is a lightweight high performance HTTP request router for Rust"
homepage = "https://github.com/viz-rs/path-tree"
Expand All @@ -21,7 +21,7 @@ include = [
]

[dependencies]
smallvec = "1.11.0"
smallvec = "1.13.0"

[dev-dependencies]
bytes = "1"
Expand Down

0 comments on commit 762fca7

Please sign in to comment.