Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: re-enable all minimal-versions checks #1071

Merged
merged 3 commits into from
May 27, 2023

Conversation

tarcieri
Copy link
Member

All of the blockers on these checks should now be resolved

All of the blockers on these checks should now be resolved
@baloo
Copy link
Member

baloo commented May 27, 2023

To fix the min-versions on cmpv2 we can either cut a new pre-release of crmf (0.2.0-pre.1) with:

x509-cert = { version = "0.2", default-features = false }

it complains because of a conflict of dependencies:
https://crates.io/crates/crmf/0.2.0-pre.0/dependencies

Or keep the check disabled until we have such a release.

@tarcieri
Copy link
Member Author

Maybe keep it disabled with a TODO to re-enable it after the next release

@tarcieri tarcieri merged commit 21f8b00 into master May 27, 2023
@tarcieri tarcieri deleted the ci/re-enable-min-version-checks branch May 27, 2023 18:20
baloo added a commit to baloo/formats that referenced this pull request Jul 14, 2023
Added
- `SignedData` builder (RustCrypto#1051)

Changed
- Deprecate `pkcs7` in favor of `cms` (RustCrypto#1062)
- der: add `SetOf(Vec)::insert(_ordered)`; deprecate `add` (RustCrypto#1067)
- Re-enable all minimal-versions checks (RustCrypto#1071)

Fixed
- Don't insert signing time attribute by default (RustCrypto#1148)
- Fixed encoding of `SubjectKeyIdentifier` (RustCrypto#1152)
@baloo baloo mentioned this pull request Jul 14, 2023
baloo added a commit that referenced this pull request Jul 14, 2023
Added
- `SignedData` builder (#1051)

Changed
- Deprecate `pkcs7` in favor of `cms` (#1062)
- der: add `SetOf(Vec)::insert(_ordered)`; deprecate `add` (#1067)
- Re-enable all minimal-versions checks (#1071)

Fixed
- Don't insert signing time attribute by default (#1148)
- Fixed encoding of `SubjectKeyIdentifier` (#1152)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants