Prepare 0.18.1
https://github.com/rusticata/x509-parser/pull/220 was backported to the x509-parser-0.18 branch but not released. This branch increments the version to prepare a 0.18.1 release.
See https://github.com/rustls/rcgen/issues/400
@chifflier maybe would be nice to give @cpu ownership on crates.io?
This branch has conflicts that must be resolved
It looks like I was confused by the fact there's both a branch named x509-parser-0.18 and a tag named x509-parser-0.18. I checked out the tag thinking I had the branch and saw it didn't have the fix so I started to backport. However this PR is targeting the branch, and that does already have the fix, it just isn't released AFAICT.
Reworked to just fix the typos (will also send to master) and bump the version for release.
@chifflier Quick ping on this. Can you merge + release or should we consider 0.18 unsupported?
Hi @cpu , thank you for the PR I am looking at it and intend to publish a new version today.
Note: there is no tag x509-parser-0.18 here, but x509-parser-0.18.0. I use the full version for tags (-0.18.0) and the prefix for the corresponding branch -0.18
Thank you!