From 0f9828d095e1b23c4353412583f8352fab64dd36 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sat, 13 Jan 2018 10:05:30 -0800 Subject: [PATCH] Pin 'hyper-sync-rustls' version. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index d6660d95..937bf5b3 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -32,7 +32,7 @@ pear = "0.0.12" pear_codegen = "0.0.12" rustls = { version = "0.11.0", optional = true } hyper = { version = "0.10.13", default-features = false } -hyper-sync-rustls = { version = "0.3.0-rc.1", features = ["server"], optional = true } +hyper-sync-rustls = { version = "=0.3.0-rc.1", features = ["server"], optional = true } ordermap = "0.3" isatty = "0.1"