0.5.1
Change the way we interact with the rustls API to avoid semver hazards: unfortunately changes in rustls 0.23.24 broke older rustls-platform-verifier releases due to downcasting of a no-longer compatible error wrapper. rustls 0.23.25 now exposes the required variant directly, which should avoid similar issues in the future. (For more details, see #163.)
What's Changed
- Update the crate version in README by @1hakusai1 in #155
- Update CI for Febuary 2025 by @complexspaces in #156
- fix 'environment' typo in android docs by @mcginty in #158
- Refactor Android init methods for more flexibility by @mcginty in #159
- Allow modern range of windows-sys versions by @complexspaces in #161
- Fix audit by @djc in #162
- Update dependencies by @djc in #163