File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " conduit-hyper"
3
- version = " 0.2 .0"
3
+ version = " 0.3.0-alpha .0"
4
4
authors = [
" Justin Geibel <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Host a conduit based web application on a hyper server"
@@ -9,16 +9,16 @@ readme = "README.md"
9
9
edition = " 2018"
10
10
11
11
[dependencies ]
12
- conduit = " 0.8 "
12
+ conduit = " 0.9.0-alpha.0 "
13
13
futures = " 0.3"
14
14
hyper = " 0.13"
15
15
http = " 0.2"
16
16
tracing = { version = " 0.1" , features = [" log" ] }
17
- semver = " 0.5 " # Must match version in conduit for now
17
+ semver = " 0.9 " # Must match version in conduit
18
18
tokio = { version = " 0.2" , features = [" blocking" , " rt-threaded" ] }
19
19
tower-service = " 0.3"
20
20
21
21
[dev-dependencies ]
22
- conduit-router = " 0.8 "
22
+ conduit-router = " 0.9.0-alpha.0 "
23
23
env_logger = " 0.7"
24
24
tokio = { version = " 0.2" , features = [" macros" ] }
You can’t perform that action at this time.
0 commit comments