Skip to content

Commit

Permalink
Local tokio-rustls version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Jan 20, 2019
1 parent af8f5c5 commit 35c400d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -16,7 +16,7 @@ http = "0.1"
hyper = "0.12.14"
rustls = "0.15"
tokio-io = "0.1.1"
tokio-rustls = "0.8"
tokio-rustls = { path = "../tokio-rustls" } #"0.8"
tokio-tcp = "0.1"
webpki = "0.19.0"
webpki-roots = "0.16"
Expand Down

0 comments on commit 35c400d

Please sign in to comment.