In a CI context it is sometimes useful to test the lower-bound constraints of dependencies, to ensure no state exist in which the package would fail to compile.
By reversing the order of candidate versions we can get just that.
If you have a better idea than least_up_to_date / least-up-to-date for the name of such variable, feel free to propose something else.
In a CI context it is sometimes useful to test the lower-bound constraints of dependencies, to ensure no state exist in which the package would fail to compile. By reversing the order of candidate versions we can get just that.
If you have a better idea than
least_up_to_date / least-up-to-date
for the name of such variable, feel free to propose something else.