enable all features for docs generation

This commit is contained in:
geoffsee
2025-08-14 17:58:13 -04:00
parent 5676dbef76
commit 612c1d30dd
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -364,7 +364,7 @@ dependencies = [
[[package]] [[package]]
name = "hyper-custom-cert" name = "hyper-custom-cert"
version = "0.1.6" version = "0.1.8"
dependencies = [ dependencies = [
"hyper-rustls", "hyper-rustls",
"hyper-tls", "hyper-tls",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "hyper-custom-cert" name = "hyper-custom-cert"
version = "0.1.8" version = "0.1.9"
edition = "2021" 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." 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"
@@ -38,5 +38,5 @@ rustls = ["dep:hyper-rustls", "dep:rustls-pemfile"]
insecure-dangerous = [] insecure-dangerous = []
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = false all-features = true
no-default-features = false no-default-features = false