Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #9057 - roblabla:patch-2, r=ehuss
Unstable section of cargo/config.toml takes bools At least according to a quick local test, those should not be strings, but booleans! With the following cargo config: ```toml [unstable] mtime-on-use = 'yes' ``` I get the following cargo output: ``` error: error in /root/builds/hlab/isengard/agent-rust/.cargo_cache/config: `unstable.mtime-on-use` expected true/false, but found a string ```
- Loading branch information