Skip to content

Commit abd92a5

Browse files
alexctz
authored andcommitted
Use the released alpha for hyper
1 parent af69db5 commit abd92a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/ctz/hyper-rustls"
1313
bytes = "0.4"
1414
ct-logs = { version = "^0.6.0", optional = true }
1515
futures-preview = { version = "0.3.0-alpha.18", features = ["async-await", "nightly"] }
16-
hyper = { git = "https://github.com/hyperium/hyper.git", branch = "master", default-features = false }
16+
hyper = { version = "0.13.0-alpha.1", default-features = false }
1717
rustls = "0.16"
1818
tokio-io = { version="0.2.0-alpha.2" }
1919
tokio-rustls = "0.12.0-alpha.1"

0 commit comments

Comments
 (0)