Add support for toolchain files

A toolchain file in the repository root will always take priority.

Closes #1
This commit is contained in:
Jonas Bushart 2022-07-21 20:35:59 +00:00
parent c17331ebbf
commit 379d2bfd83
3 changed files with 26 additions and 10 deletions

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.2.0] - 2022-07-21
### Added
* Prefer toolchain definitions in `rust-toolchain` or `rust-toolchain.toml` files ([Toolchain File](https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file)).
Other input values are ignored if either file is found.
## [1.1.0] - 2022-07-19
### Added