We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2123ec commit 00aa08cCopy full SHA for 00aa08c
Cargo.toml
@@ -75,3 +75,8 @@ required-features = ["iron-frontend"]
75
76
[package.metadata.docs.rs]
77
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