Skip to content

Add rand_core feature to all crates - #467

Merged
tarcieri merged 1 commit into
masterfrom
rand_core-features
Aug 10, 2022
Merged

Add rand_core feature to all crates#467
tarcieri merged 1 commit into
masterfrom
rand_core-features

Conversation

@tarcieri

Copy link
Copy Markdown
Member

Activates the aead/rand_core feature

Activates the `aead/rand_core` feature
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #467 (fca87b4) into master (bc6bab9) will not change coverage.
The diff coverage is n/a.

@@ Coverage Diff @@## master #467 +/- ##
=======================================
Coverage 87.16% 87.16% =======================================
Files 40 40 Lines 1956 1956 =======================================
Hits 1705 1705 Misses 251 251 

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tarcieri
tarcieri merged commit c43590a into masterAug 10, 2022
@tarcieri
tarcieri deleted the rand_core-features branch August 10, 2022 03:24
@tarcieritarcieri mentioned this pull request Aug 10, 2022
@tarcieritarcieri mentioned this pull request May 20, 2023
@tarcieritarcieri mentioned this pull request Aug 4, 2026
tarcieri added a commit that referenced this pull request Aug 4, 2026
## Added
- `rand_core` feature (#467)
- `arrayvec` feature (#503)
- Re-export `aes` crate (#603)
- `bytes` feature passthrough (#631)
- `zeroize` feature - previously on-by-default (#644)
## Changed
- `zeroize` feature now must be explicitly enabled (#644)
- Upgrade to 2024 edition and bump MSRV to 1.85 (#662)
- Migrate to `AeadInOut` (#665)
- Bump `cipher` to v0.5 (#793)
- Bump `aes` to v0.9 (#821)
- Bump `polyval` to v0.7 (#821)
- Bump `aead` to v0.6 (#831)
@tarcieritarcieri mentioned this pull request Aug 11, 2026
tarcieri added a commit that referenced this pull request Aug 11, 2026
## Added
- `rand_core` feature (#467)
- `arrayvec` feature (#503)
- `bytes` feature (#631)
## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#662)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Migrate to `AeadInOut` (#665)
- Bump `cipher` to v0.5 (#793)
- Bump `aes` to v0.9 (#821)
- Bump `ctr` to v0.10 (#821)
- Bump `aead` to v0.6 (#831)
## Removed
- `std` and `stream` features (#662)
@tarcieritarcieri mentioned this pull request Aug 11, 2026
tarcieri added a commit that referenced this pull request Aug 11, 2026
## Added
- `rand_core` feature (#467)
- `arrayvec` feature (#503)
- `bytes` feature (#631)
## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#662)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Bump `cipher` to v0.5 (#793)
- Bump `aes` to v0.9 (#821)
- Bump `cmac` to v0.8 (#821)
- Bump `ctr` to v0.10 (#821)
- Bump `pmac` to v0.8 (#821)
- Bump `aead` to v0.6 (#831)
## Removed
- `std` and `stream` features (#662)
@tarcieritarcieri mentioned this pull request Aug 12, 2026
tarcieri added a commit that referenced this pull request Aug 12, 2026
## Added
- `rand_core` feature (#467)
- `arrayvec` feature (#503)
- `bytes` feature (#631)
- `zeroize` feature (#644)
## Changed
- Make `zeroize` optional (#644)
- Edition changed to 2024 and MSRV bumped to 1.85 (#662)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Migrate to `AeadInOut` (#665)
- Bump `aes` v0.9 (#821)
- Bump `aead` to v0.6 (#831)
## Removed
- `std` and `stream` features (#662)
@tarcieritarcieri mentioned this pull request Aug 12, 2026
tarcieri added a commit that referenced this pull request Aug 12, 2026
## Added
- `rand_core` feature (#467)
- `arrayvec` feature (#503)
- `bytes` feature (#631)
## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#662)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Migrate to `AeadInOut` (#665)
- Bump `cipher` to v0.5 (#793)
- Bump `aes` to v0.9 (#821)
- Bump `cmac` to v0.8 (#821)
- Bump `ctr` to v0.10 (#821)
- Bump `aead` to v0.6 (#831)
## Removed
- `std` and `stream` features (#662)
Sign up for freeto 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

@tarcieri@codecov-commenter