We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5cca6 commit ec98454Copy full SHA for ec98454
Cargo.toml
@@ -11,9 +11,9 @@ the response is fresh.
11
"""
12
13
[dependencies]
14
-conduit = { git = "https://github.com/jtgeibel/conduit", rev = "0deff5b" } # "0.9.0-alpha.2"
15
-conduit-middleware ={ git = "https://github.com/jtgeibel/conduit-middleware", rev = "0f3aa38" } # "0.9.0-alpha.2"
+conduit = "0.9.0-alpha.2"
+conduit-middleware = "0.9.0-alpha.2"
16
time = "0.1.0"
17
18
[dev-dependencies]
19
-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