Closed mgeisler closed 1 week ago
Looking a bit more at rustup
, I wonder if we should start using a toolchain file: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file.
I've never had to do this before, but it seems like it could simplify our setup in a few places? It could perhaps make
unnecessary (by moving this into separate toolchain files).
The cache is keyed on the Rust version used, so we should update Rust before setting up the cache.
This is a small update to #2449.