Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Bump to new conduit alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgeibel committed Feb 21, 2020
1 parent e6b0994 commit 16a21b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conduit-hyper"
version = "0.2.0"
version = "0.3.0-alpha.0"
authors = ["Justin Geibel <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Host a conduit based web application on a hyper server"
Expand All @@ -9,16 +9,16 @@ readme = "README.md"
edition = "2018"

[dependencies]
conduit = "0.8"
conduit = "0.9.0-alpha.0"
futures = "0.3"
hyper = "0.13"
http = "0.2"
tracing = { version = "0.1", features = ["log"] }
semver = "0.5" # Must match version in conduit for now
semver = "0.9" # Must match version in conduit
tokio = { version = "0.2", features = ["blocking", "rt-threaded"] }
tower-service = "0.3"

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

0 comments on commit 16a21b5

Please sign in to comment.