From 545ff1e7dd6ba935380f2787a76ef1f05d14780d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 30 Nov 2018 06:55:08 +0100 Subject: [PATCH] exclude more CI files and bump webpki to released version (#331) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9d7b4d..cc38634 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ repository = "https://github.com/carllerche/h2" readme = "README.md" keywords = ["http", "async", "non-blocking"] categories = ["asynchronous", "web-programming", "network-programming"] -exclude = ["fixtures/**"] +exclude = ["fixtures/**", "ci/**"] [badges.travis-ci] repository = "carllerche/h2" @@ -70,5 +70,5 @@ tokio = "0.1.8" env_logger = { version = "0.5.3", default-features = false } rustls = "0.12" tokio-rustls = "0.5.0" -webpki = "0.18.0-alpha" +webpki = "0.18" webpki-roots = "0.14"