Skip to content

Commit eeb37d1

Browse files
committed
Prepare for v0.9.0-alpha.2 release
1 parent 16f8330 commit eeb37d1

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
@@ -9,7 +9,7 @@ readme = "README.md"
99
edition = "2018"
1010

1111
[dependencies]
12-
conduit = { git = "https://github.com/jtgeibel/conduit", rev = "0deff5b" } # "0.9.0-alpha.2"
12+
conduit = "0.9.0-alpha.2"
1313
futures = "0.3"
1414
hyper = "0.13"
1515
http = "0.2"
@@ -18,6 +18,6 @@ tokio = { version = "0.2", features = ["blocking", "fs", "rt-threaded", "stream"
1818
tower-service = "0.3"
1919

2020
[dev-dependencies]
21-
conduit-router = { git = "https://github.com/jtgeibel/conduit-router", rev = "14b1cc3" } # "0.9.0-alpha.2"
21+
conduit-router = "0.9.0-alpha.2"
2222
env_logger = "0.7"
2323
tokio = { version = "0.2", features = ["macros"] }

0 commit comments

Comments
 (0)