Skip to content

cms: remove the direct dependency on std - #2395

Merged
baloo merged 1 commit into
RustCrypto:masterfrom
baloo:push-zpzwpukwunks
Aug 5, 2026
Merged

cms: remove the direct dependency on std#2395
baloo merged 1 commit into
RustCrypto:masterfrom
baloo:push-zpzwpukwunks

Conversation

@baloo

@baloo baloo commented Aug 5, 2026

Copy link
Copy Markdown
Member

cms has a strong dependency on liballoc, this replaces the various std::vec with alloc::vec and drops the std feature.

The std feature is kept only to forward the feature to der, spki, and x509-cert crates.

`cms` has a strong dependency on `liballoc`, this replaces the various `std::vec` with `alloc::vec`
and drops the std feature.

The `std` feature is kept only to forward the feature to `der`, `spki`, and `x509-cert` crates.
@baloo
baloo merged commit 79f0628 into RustCrypto:master Aug 5, 2026
18 checks passed
@baloo
baloo deleted the push-zpzwpukwunks branch August 5, 2026 21:02
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.

1 participant