Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow overriding Rust toolchain in
tox
runs (#12827)
It can be convenient to use different versions of the Rust toolchain for various `tox` runs. This can already be done externally to `tox` by a stateful `rustup override set <x>` followed by clearing the override after the tox run, but allowing the environment variable to pass through lets it be localised to just a single run.
- Loading branch information