Skip to content

Commit 16a21b5

Browse files
committed
Bump to new conduit alpha
1 parent e6b0994 commit 16a21b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "conduit-hyper"
3-
version = "0.2.0"
3+
version = "0.3.0-alpha.0"
44
authors = ["Justin Geibel <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
description = "Host a conduit based web application on a hyper server"
@@ -9,16 +9,16 @@ readme = "README.md"
99
edition = "2018"
1010

1111
[dependencies]
12-
conduit = "0.8"
12+
conduit = "0.9.0-alpha.0"
1313
futures = "0.3"
1414
hyper = "0.13"
1515
http = "0.2"
1616
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
1818
tokio = { version = "0.2", features = ["blocking", "rt-threaded"] }
1919
tower-service = "0.3"
2020

2121
[dev-dependencies]
22-
conduit-router = "0.8"
22+
conduit-router = "0.9.0-alpha.0"
2323
env_logger = "0.7"
2424
tokio = { version = "0.2", features = ["macros"] }

0 commit comments

Comments
 (0)