Upgrade all crates to the 2024 edition and bump MSRV to 1.85#47
Merged
newpavlov merged 1 commit intoRustCrypto:masterfrom Mar 22, 2025
Merged
Upgrade all crates to the 2024 edition and bump MSRV to 1.85#47newpavlov merged 1 commit intoRustCrypto:masterfrom
newpavlov merged 1 commit intoRustCrypto:masterfrom
Conversation
eedb7df to
c36736b
Compare
c36736b to
17a928a
Compare
newpavlov
reviewed
Mar 21, 2025
aes-kw/Cargo.toml
Outdated
| aes = "=0.9.0-pre.3" | ||
|
|
||
| const-oid = { version = "0.10.0-rc.3", optional = true } | ||
| const-oid = { version = "0.10.0", optional = true } |
Member
There was a problem hiding this comment.
No need for the patch version, you can use version = "0.10".
17a928a to
ad8c48d
Compare
newpavlov
approved these changes
Mar 22, 2025
Merged
newpavlov
added a commit
that referenced
this pull request
Apr 10, 2026
### Added - `AssociatedOid` implementations ([#35]) ### Changed - Bump `aes` dependency to v0.9 ([#34]) - `Kek` type is split into separate `AesKw` and `AesKwp` types ([#40]) - `wrap` and `unwrap` methods now return resulting slice ([#40]) - Edition changed to 2024 and MSRV bumped to 1.85 ([#47]) - Relax MSRV policy and allow MSRV bumps in patch releases ### Removed - `Kek::new` inherent method in favor of implementing `InnerInit` ([#40]) - `From`/`Into` impls from key into key-wrapper types ([#40]) - `IV`, `KWP_IV_PREFIX`, and `KWP_MAX_LEN` constants ([#40]) [#34]: #34 [#35]: #35 [#40]: #40 [#47]: #47
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.