bump version to 0.3.2

This commit is contained in:
geoffsee
2025-08-16 10:11:19 -04:00
parent 29432f61f2
commit aa25ffb215
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ For connecting to services with custom/private Certificate Authorities:
```toml ```toml
[dependencies] [dependencies]
hyper-custom-cert = { version = "0.1.0", features = ["rustls"] } hyper-custom-cert = { version = "<latest>", features = ["rustls"] }
``` ```
```rust ```rust

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "hyper-custom-cert" name = "hyper-custom-cert"
version = "0.3.1" version = "0.3.2"
edition = "2024" 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." 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" license = "MIT OR Apache-2.0"