Skip to content

Commit dd204af

Browse files
committed
bump: v0.7.5
1 parent fc17846 commit dd204af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "path-tree"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
authors = ["Fangdun Tsai <cfddream@gmail.com>"]
55
description = "path-tree is a lightweight high performance HTTP request router for Rust"
66
homepage = "https://github.com/viz-rs/path-tree"
@@ -21,7 +21,7 @@ include = [
2121
]
2222

2323
[dependencies]
24-
smallvec = "1.11.0"
24+
smallvec = "1.13.0"
2525

2626
[dev-dependencies]
2727
bytes = "1"

0 commit comments

Comments
 (0)