Skip to content

Commit

Permalink
Merge pull request #66 from alex/patch-1
Browse files Browse the repository at this point in the history
Upgrade to the latest tokio-rustls
  • Loading branch information
Luca Bruno committed Jan 22, 2019
2 parents 35c400d + 1cf8605 commit f32f9ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,6 +1,6 @@
language: rust
rust:
- 1.30.0 # pinned toolchain for clippy
- 1.32.0 # pinned toolchain for clippy
- stable
- beta
- nightly
Expand All @@ -11,7 +11,7 @@ matrix:

env:
global:
- CLIPPY_RUST_VERSION=1.30.0
- CLIPPY_RUST_VERSION=1.32.0

before_script:
- bash -c 'if [[ "$TRAVIS_RUST_VERSION" == "$CLIPPY_RUST_VERSION" ]]; then
Expand Down
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 = { path = "../tokio-rustls" } #"0.8"
tokio-rustls = "0.9"
tokio-tcp = "0.1"
webpki = "0.19.0"
webpki-roots = "0.16"
Expand Down

0 comments on commit f32f9ee

Please sign in to comment.