From 9a47802737bf0aef44c4e7922b3af13ea5054e37 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Thu, 14 Aug 2025 17:20:31 -0400 Subject: [PATCH] Bump version to 0.1.5 --- crates/hyper-custom-cert/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/hyper-custom-cert/Cargo.toml b/crates/hyper-custom-cert/Cargo.toml index 47a6830..9cf4a62 100644 --- a/crates/hyper-custom-cert/Cargo.toml +++ b/crates/hyper-custom-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-custom-cert" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "A small, ergonomic HTTP client wrapper around hyper with optional support for custom Root CAs and a dev-only insecure mode for self-signed certificates." license = "MIT OR Apache-2.0"