Skip to content

Commit ec98454

Browse files
committed
Prepare for v0.9.0-alpha.2 release
1 parent 7c5cca6 commit ec98454

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ the response is fresh.
1111
"""
1212

1313
[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"
14+
conduit = "0.9.0-alpha.2"
15+
conduit-middleware = "0.9.0-alpha.2"
1616
time = "0.1.0"
1717

1818
[dev-dependencies]
19-
conduit-test = { git = "https://github.com/jtgeibel/conduit-test", rev = "b71595f" } # "0.9.0-alpha.2"
19+
conduit-test = "0.9.0-alpha.2"

0 commit comments

Comments
 (0)