pubgrub-rs / pubgrub

PubGrub version solving algorithm implemented in Rust
https://pubgrub-rs.github.io/pubgrub/pubgrub/
Mozilla Public License 2.0
337 stars 29 forks source link

Declare minimum Rust version #197

Open zanieb opened 3 months ago

zanieb commented 3 months ago

per https://github.com/astral-sh/uv/issues/2442#issuecomment-2000452238 the lack of this can seemingly cause problems?

Eh2406 commented 3 months ago

I am happy to set the relevant field so that our users get better error messages. But I do not want anyone contribute to this project to have to wait on improvements in language. However we set up our MSRV and associated CI, it has to be our policy (and mechanically very easy to) change the MSRV to use new functionality.