upgrades rust edition from 2021 to 2024

This commit is contained in:
geoffsee
2025-08-15 10:12:05 -04:00
parent 99086fb4c5
commit 4b6e203d2b

View File

@@ -1,7 +1,7 @@
[package]
name = "hyper-custom-cert"
version = "0.2.2"
edition = "2021"
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"
repository = "https://github.com/seemueller-io/hyper-custom-cert"