We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b1cc3 commit eb271c7Copy full SHA for eb271c7
Cargo.toml
@@ -8,8 +8,8 @@ description = "Router middleware for conduit based on route-recognizer"
8
repository = "https://github.com/conduit-rust/conduit-router"
9
10
[dependencies]
11
-conduit = { git = "https://github.com/jtgeibel/conduit", rev = "0deff5b" } # "0.9.0-alpha.2"
+conduit = "0.9.0-alpha.2"
12
route-recognizer = "0.1.0"
13
14
[dev-dependencies]
15
-conduit-test = { git = "https://github.com/jtgeibel/conduit-test", rev = "b71595f" } # "0.9.0-alpha.2"
+conduit-test = "0.9.0-alpha.2"
0 commit comments