From 4b6e203d2babbf606ecb621f9766faf62b281023 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Fri, 15 Aug 2025 10:12:05 -0400 Subject: [PATCH] upgrades rust edition from 2021 to 2024 --- 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 8fc5c14..e5b55b2 100644 --- a/crates/hyper-custom-cert/Cargo.toml +++ b/crates/hyper-custom-cert/Cargo.toml @@ -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"