Fix search order for normal and prefix paths

This commit is contained in:
Nikolay Kim 2021-06-14 21:41:08 +06:00
parent f4006c72ae
commit 391cf24fa9
5 changed files with 248 additions and 212 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-router"
version = "0.4.3"
version = "0.4.4"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Path router"
keywords = ["ntex"]
@ -21,7 +21,7 @@ serde = "1.0"
bytestring = "1.0"
log = "0.4"
http = { version = "0.2", optional = true }
regex = { version = "1.4.5", default-features = false, features = ["std"] }
regex = { version = "1.5.4", default-features = false, features = ["std"] }
[dev-dependencies]
http = "0.2"