MSRV not tested?
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 360
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/rust-lang/stacker/pull/128 added a dependency on ar_archive_writer, which as noted in https://github.com/rust-lang/ar_archive_writer/pull/28 breaks compilation with rustc < 1.88. PSM has an MSRV of 1.63 however.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review pull request #128 and the referenced ar_archive_writer pull request #28, then inspect how this repository declares or tests its MSRV. Reproduce the build with rustc 1.63 and compare it with the current toolchain; done means the declared MSRV no longer fails because of the dependency change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100