Skip to content

Commit

Permalink
Prepare 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored and djc committed Jun 14, 2023
1 parent 15ff776 commit 0dfe5c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 0dfe5c1

Please sign in to comment.