From 0d6fb068ae74f49ce1cd85c98e64fab61ea338b0 Mon Sep 17 00:00:00 2001 From: Joe Birr-Pixton Date: Tue, 20 Aug 2024 17:34:15 +0100 Subject: [PATCH] Prepare 0.7.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06fab59..0efe1e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -687,7 +687,7 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.7.2" +version = "0.7.3" dependencies = [ "openssl-probe", "ring", diff --git a/Cargo.toml b/Cargo.toml index 255de0e..2df002c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-native-certs" -version = "0.7.2" +version = "0.7.3" edition = "2021" rust-version = "1.60" license = "Apache-2.0 OR ISC OR MIT"