Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the blanket submodule update for library submodules to be requ…
…ired These are required 100% of the time, but they are almost always required for any command that runs Cargo in the main workspace. Ideally, initializing these two standard library submodules would be lazy and only initialized when required (see rust-lang#82653). However, it would require updating these in almost every Step (anything that runs `cargo` in the main workspace).
- Loading branch information