Skip to content

Upgrade all crates to the 2024 edition and bump MSRV to 1.85#47

Merged
newpavlov merged 1 commit intoRustCrypto:masterfrom
baloo:baloo/edition-2024
Mar 22, 2025
Merged

Upgrade all crates to the 2024 edition and bump MSRV to 1.85#47
newpavlov merged 1 commit intoRustCrypto:masterfrom
baloo:baloo/edition-2024

Conversation

@baloo
Copy link
Copy Markdown
Member

@baloo baloo commented Mar 14, 2025

No description provided.

@baloo baloo marked this pull request as draft March 14, 2025 18:49
@baloo baloo force-pushed the baloo/edition-2024 branch from eedb7df to c36736b Compare March 20, 2025 23:30
@baloo baloo marked this pull request as ready for review March 21, 2025 23:45
@baloo baloo force-pushed the baloo/edition-2024 branch from c36736b to 17a928a Compare March 21, 2025 23:45
aes = "=0.9.0-pre.3"

const-oid = { version = "0.10.0-rc.3", optional = true }
const-oid = { version = "0.10.0", optional = true }
Copy link
Copy Markdown
Member

@newpavlov newpavlov Mar 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for the patch version, you can use version = "0.10".

@baloo baloo force-pushed the baloo/edition-2024 branch from 17a928a to ad8c48d Compare March 22, 2025 00:28
@newpavlov newpavlov merged commit 15f7dd0 into RustCrypto:master Mar 22, 2025
16 checks passed
@baloo baloo deleted the baloo/edition-2024 branch March 22, 2025 01:15
@newpavlov newpavlov mentioned this pull request Apr 10, 2026
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
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