v/0.21.9
版本发布时间: 2023-11-16 23:35:32
rustls/rustls最新发布版本:v/0.23.15(2024-10-16 21:21:05)
- Fixes using the (non-default)
read_buf
feature with Rust nightly newer thannightly-2023-11-01
by opting in to thecore_io_borrowed_buf
feature and updatedBorrowedBuf
,BorrowedCursor
types.
What's Changed
- Fix build: new feature needed for std::io::BorrowedBuf et al. by @ctz in https://github.com/rustls/rustls/pull/1582
- v0.21.9 preparation by @cpu in https://github.com/rustls/rustls/pull/1592
Full Changelog: https://github.com/rustls/rustls/compare/v/0.21.8...v/0.21.9