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
Add a CI job that runs `cargo xtask build` with an old
nightly. Currently the oldest nightly that works is 2022-04-18. There's
nothing particularly magic about that version; we can require a newer
version when we deem it appropriate. Having this CI job just makes it
easy for us to identify in advance when a PR is going to require a newer
nightly, while still allowing other CI jobs to use latest nightly.
This change is related to (but not a fix for):
#510
0 commit comments