Skip to content

Commit 00aa08c

Browse files
committed
Apply suggested patch for route-recognizer
See http-rs/route-recognizer#25
1 parent e2123ec commit 00aa08c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,8 @@ required-features = ["iron-frontend"]
7575

7676
[package.metadata.docs.rs]
7777
features = ["actix-frontend", "iron-frontend", "rocket-frontend", "rouille-frontend"]
78+
79+
# Iron dependencies route-recognizer fails on nightly due to deprecation.
80+
[patch.crates-io.route-recognizer]
81+
git = "https://github.com/miller-time/route-recognizer.rs"
82+
rev = "d7bc06d2dc58a2c59d8f2cfbee2ab23b8188700d"

0 commit comments

Comments
 (0)