From b32b0573ef1e23a55387d6c141a02c1a58c55a82 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Thu, 21 Mar 2024 16:47:17 -0400 Subject: [PATCH] Cargo: 0.25.1 -> 0.26.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fee1061..6f03bfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-rustls" -version = "0.25.1" +version = "0.26.0" authors = ["quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/quininer/futures-rustls"