From 98612b4b71f7b710b643e703e1abe4596999bf31 Mon Sep 17 00:00:00 2001 From: Joe Birr-Pixton Date: Mon, 19 Aug 2024 08:37:51 +0100 Subject: [PATCH] Prepare 0.7.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f215c9..06fab59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -687,7 +687,7 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.7.1" +version = "0.7.2" dependencies = [ "openssl-probe", "ring", diff --git a/Cargo.toml b/Cargo.toml index 7a3ab03..255de0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-native-certs" -version = "0.7.1" +version = "0.7.2" edition = "2021" rust-version = "1.60" license = "Apache-2.0 OR ISC OR MIT"