Skip to content

Commit eb271c7

Browse files
committed
Prepare for v0.9.0-alpha.2 release
1 parent 14b1cc3 commit eb271c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ description = "Router middleware for conduit based on route-recognizer"
88
repository = "https://github.com/conduit-rust/conduit-router"
99

1010
[dependencies]
11-
conduit = { git = "https://github.com/jtgeibel/conduit", rev = "0deff5b" } # "0.9.0-alpha.2"
11+
conduit = "0.9.0-alpha.2"
1212
route-recognizer = "0.1.0"
1313

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

0 commit comments

Comments
 (0)