nixpkgs-mozilla icon indicating copy to clipboard operation
nixpkgs-mozilla copied to clipboard

Latest rustup added toml format for `rust-toolchain`

Open kinnison opened this issue 5 years ago • 0 comments

Hi, rustup developer here,

The latest rustup release (1.23) added support for the rust-toolchain file to contain structured data - see https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file for information.

I think that if you're parsing rust-toolchain you'll need to add support for this.

If you do, then feel free to give me a poke if the semantics aren't clear. Also I intend to augment this with further capabilities in the future, so if this kind of issue is useful I'll ping further ones when we merge additional functionality.

Thanks,

Daniel.

kinnison avatar Dec 02 '20 10:12 kinnison