Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Cargo-recent.lock and Cargo-minimal.lock like rust-payjoin to ease MSRV pins #43

Open
DanGould opened this issue Dec 30, 2024 · 0 comments

Comments

@DanGould
Copy link
Collaborator

It's a whole lot easier following that pattern. I had to play around a lot to make #42 work otherwise

nothingmuch added a commit to nothingmuch/ohttp-relay that referenced this issue Mar 8, 2025
Since not all dependencies have precise semvers constraints, a blanket
cargo update can break MSRV.

This means that the repository can bitrot, with CI jobs failing in ways
not related to changes to the codebase.

This is a workaround, see also payjoin#43 for description of the proper way to
fix this.
nothingmuch added a commit to nothingmuch/ohttp-relay that referenced this issue Mar 8, 2025
Since not all dependencies have precise semvers constraints, a blanket
cargo update can break MSRV.

This means that the repository can bitrot, with CI jobs failing in ways
not related to changes to the codebase.

This is a workaround, see also payjoin#43 for description of the proper way to
fix this.
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

No branches or pull requests

1 participant