From aa25ffb215c49264d963a7b17208bbb47fe90be0 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Sat, 16 Aug 2025 10:11:19 -0400 Subject: [PATCH] bump version to 0.3.2 --- README.md | 2 +- crates/hyper-custom-cert/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74ec491..7213264 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ For connecting to services with custom/private Certificate Authorities: ```toml [dependencies] -hyper-custom-cert = { version = "0.1.0", features = ["rustls"] } +hyper-custom-cert = { version = "", features = ["rustls"] } ``` ```rust diff --git a/crates/hyper-custom-cert/Cargo.toml b/crates/hyper-custom-cert/Cargo.toml index 3e7846e..410c3eb 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.3.1" +version = "0.3.2" edition = "2024" 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"