From 77b88396f2054b847e4ac29e3e8a3743dc8599a6 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 19 Nov 2024 10:34:11 +0100 Subject: [PATCH] Bump version to 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b939e6..cca59d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,7 +681,7 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.8.0" +version = "0.8.1" dependencies = [ "openssl-probe", "ring", diff --git a/Cargo.toml b/Cargo.toml index cf90f1e..ed7e29f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-native-certs" -version = "0.8.0" +version = "0.8.1" edition = "2021" rust-version = "1.71" license = "Apache-2.0 OR ISC OR MIT"