Uh oh!
There was an error while loading. Please reload this page.
Bump X.509-based crates to prerelease versions; MSRV 1.75 - #1326
Merged
Conversation
tarcieriforce-pushed
the
bump-x509-crates-to-prerelease-versions
branch
from
January 19, 2024 22:42
47e611b to
08f53b2CompareFor next release cycle, as was started in #1296. Due to circular dependencies (on e.g. digital signature libraries) this wasn't possible at that time, but is now that we've made prereleases of all of the requisite dependencies. This bumps the following crates to prerelease versions (not intended for release, just to signal we're making breaking changes): - `cmpv2` v0.3.0-pre - `cms` v0.3.0-pre - `crmf` v0.3.0-pre - `gss-api` v0.2.0-pre - `pkcs12` v0.2.0-pre - `x509-cert` v0.3.0-pre - `x509-ocsp` v0.3.0-pre - `x509-tsp` v0.2.0-pre See also: #1289
tarcieriforce-pushed
the
bump-x509-crates-to-prerelease-versions
branch
from
January 19, 2024 22:48
08f53b2 to
c0529e1Comparebaloo
commented
Jan 19, 2024
Member
I'm bumping MSRV of x509 to 1.75 in #1280. |
tarcieri
commented
Jan 19, 2024
MemberAuthor
That's cool. I'm just trying to get the tests to pass 😉 |
tarcieri
commented
Jan 19, 2024
MemberAuthor
Also you might as well just bump straight to 1.75. This is our opportunity to get rid of complex feature-dependent MSRVs. |
They're failing due to unpublished prerelease dependencies
tarcieri
commented
Jan 19, 2024
MemberAuthor
Hmm, actually, I might just bump straight to 1.75 for you, since the tests are still failing due to |
We need to bump to at least 1.73 for `p256`. The `builder` feature will be using TAIT, so go ahead and bump all the way to 1.75.
tarcieriforce-pushed
the
bump-x509-crates-to-prerelease-versions
branch
from
January 20, 2024 00:15
9202605 to
5e9e9bbCompare
This was referenced Jan 20, 2024
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For next release cycle, as was started in #1296. Due to circular dependencies (on e.g. digital signature libraries) this wasn't possible at that time, but is now that we've made prereleases of all of the requisite dependencies.
MSRV is bumped to 1.75 in anticipation of using TAIT, and due to dependency MSRV bumps.
This bumps the following crates to prerelease versions (not intended for release, just to signal we're making breaking changes):
cmpv2v0.3.0-precmsv0.3.0-precrmfv0.3.0-pregss-apiv0.2.0-prepkcs12v0.2.0-prex509-certv0.3.0-prex509-ocspv0.3.0-prex509-tspv0.2.0-preSee also: #1289