Skip to content

Commit 8b68733

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 8b68733

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ documentation = "http://ironframework.io/doc/router/index.html"
1010
keywords = ["iron", "web", "http", "routing", "router"]
1111

1212
[dependencies]
13-
route-recognizer = "0.1"
1413
iron = { git = "https://github.com/iron/iron", branch = "master" }
1514
url = "1.1"
15+
16+
[patch.crates-io.route-recognizer]
17+
git = "https://github.com/miller-time/route-recognizer.rs"
18+
rev = "d7bc06d2dc58a2c59d8f2cfbee2ab23b8188700d"

0 commit comments

Comments
 (0)