Upgrade all crates to the 2024 edition and bump MSRV to 1.85#1125
Merged
tarcieri merged 20 commits intoRustCrypto:masterfrom Mar 7, 2025
Merged
Upgrade all crates to the 2024 edition and bump MSRV to 1.85#1125tarcieri merged 20 commits intoRustCrypto:masterfrom
tarcieri merged 20 commits intoRustCrypto:masterfrom
Conversation
8c99278 to
30b4065
Compare
baloo
commented
Feb 26, 2025
| //! | ||
| //! // Signing | ||
| //! let signing_key = SigningKey::random(&mut OsRng); // Serialize with `::to_bytes()` | ||
| //! let signing_key = SigningKey::random(&mut OsRng.unwrap_mut()); // Serialize with `::to_bytes()` |
Member
Author
There was a problem hiding this comment.
We'll need RustCrypto/signatures#915 to do better than that here.
30b4065 to
179f1b9
Compare
179f1b9 to
a4b47a7
Compare
a4b47a7 to
4c02d3f
Compare
newpavlov
reviewed
Mar 5, 2025
2e2797b to
7b292ab
Compare
tarcieri
reviewed
Mar 6, 2025
tarcieri
reviewed
Mar 6, 2025
1513716 to
b2c4a0a
Compare
fcccc08 to
6a9ac0e
Compare
tarcieri
approved these changes
Mar 7, 2025
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 free
to 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.
No description provided.