Skip to content

Commit b4e4eb7

Browse files
committed
fix nightly build (fixes iron#148)
I guess route-recognizer is no longer maintained? My PR: http-rs/route-recognizer#25 Comment from Alex Crichton: http-rs/route-recognizer#26 (comment)
1 parent 1594944 commit b4e4eb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ keywords = ["iron", "web", "http", "routing", "router"]
1313
route-recognizer = "0.1"
1414
iron = { git = "https://github.com/iron/iron", branch = "master" }
1515
url = "1.1"
16+
17+
[patch.crates-io.route-recognizer]
18+
git = "https://github.com/miller-time/route-recognizer.rs"
19+
rev = "d7bc06d2dc58a2c59d8f2cfbee2ab23b8188700d"

0 commit comments

Comments
 (0)