From 5422cd998cecb878704ae53673238bd7a9e1e834 Mon Sep 17 00:00:00 2001 From: Zane Hannan Date: Sat, 25 Jan 2020 12:20:47 +1100 Subject: [PATCH] set version back for testing in real things --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e2a51d..a5e09f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-rustls" -version = "0.19.2" +version = "0.19.1" edition = "2018" authors = ["Joseph Birr-Pixton "] license = "Apache-2.0/ISC/MIT"