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
The URL is correct and it's producing the same result as rustup's nightly toolchain. rustc --version also shows the expected result.
I guess it's because nightly is shipped based on the rust-lang/rust repo itself, which contains a snapshot of all tools (including cargo). And not every tool is updated every day, their submodule is updated in a batch manner.
The last cargo update PR seems to be just after the nightly release time rust-lang/rust#125835, and the second last one is merged on 2024-05-28 rust-lang/rust#125682 which is what you see.
this seems quite bad?
The text was updated successfully, but these errors were encountered: