You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the build with -Zdirect-minimal-versions (#2453)
The difference between -Zminimal-versions and -Zdirect-minimal-versions
is subtle. But the important point is that with the former, a new
release published by one of our dependencies can cause our CI to fail.
With the latter, it cannot. That's why I think it's better to test with
the latter.
0 commit comments