Bump MSRV to 1.89

Open Beginner friendly
#707 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Active
Tech stack
rust
Domain
build-system

Research direction

Start by locating the repository's MSRV declaration and any CI or toolchain checks, then review the dependency change introduced by cargo update and aes v0.9.3. Update the minimum Rust version to 1.89 wherever the project records it, and verify that the configured checks and dependency resolution pass with the new MSRV.

Written by the indexing model from the issue text.

Description

After cargo update

aes v0.9.3 release:

  error: rustc 1.85.0 is not supported by the following package:
    aes@0.9.3 requires rustc 1.89
Dominant language
Rust
Stars
673
Forks
190
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from RustCrypto/RSA

All issues in RustCrypto/RSA

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.