diff --git a/Cargo.toml b/Cargo.toml index e8670b3..94ab970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-native-certs" -version = "0.6.2" +version = "0.6.3" edition = "2021" rust-version = "1.60" license = "Apache-2.0 OR ISC OR MIT" diff --git a/README.md b/README.md index 7e7ecbe..f06427c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md). ## Release history: +* 0.6.3 (2023-06-14) + - Bump MSRV to 1.60. + - Windows: avoid storing certificates which are currently invalid. + - Implement `AsRef<[u8]>` for `Certificate`. * 0.6.2 (2022-04-14): - Update dependencies. * 0.6.1 (2021-10-25):