x509-parser
x509-parser copied to clipboard
Dev/update version and notes
Misc changes to prepare first beta release (which will be 0.19.0-beta.1):
- Fix version number in CHANGELOG and UPGRADING files (closes #222)
- Update version to 0.19.0-beta.1
- chore(cargo): update dependencies
timeandthiserror- note that
timedepends ontime-corewhich unfortunately requires rust 1.81, which explains the next commits - compatibility with our current MSRV is still possible by using a
--preciseflag withcargo update
- note that
- Clarify MSRV policy in README
- switch to
cargo rdme, add CI checks and update links- this helps maintaining
src/lib.rsand README.md in sync
- this helps maintaining