-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump versions to prereleases for next release cycle (#1296)
This bumps the following crates to prerelease versions (not intended for release, just to signal we're making breaking changes): - `der`(_derive) v0.8.0-pre - `pem-rfc7468` v1.0.0-pre - `pkcs1` v0.8.0-pre - `pkcs5` v0.8.0-pre - `pkcs8` v0.11.0-pre - `sec1` v0.8.0-pre - `spki` v0.8.0-pre This notably doesn't bump `x509-cert` or any crates which are dependent upon it due to a circular dependency problem: the certificate builder tests rely on updated public key crypto crates like `rsa`, so we'll need to do this update in two phases: this initial set of format-only crates, and then updating the cryptographic dependencies. `pem-rfc7468` has been bumped to v1.0.0-pre based on the observation that there have been no significant changes since the last release, and that the baseline set of functionality it provides is stable. The `minimal-versions` check is disabled for all of these crates, since we're now using unreleased prereleases which doesn't work with these checks. Also bumps `sec1`'s `serdect` to use the v0.3.0-pre prerelease, and bumpts its MSRV to 1.70 due to the `serdect` upgrade.
- Loading branch information
Showing
16 changed files
with
196 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.