rust-lang / rustwide

Execute your code on the Rust ecosystem.
Apache License 2.0
180 stars 41 forks source link

Allow removing a component #19

Closed jyn514 closed 4 years ago

jyn514 commented 4 years ago

If a component is not available on the latest nightly, rustup will refuse to update. The workaround is to first remove the component from the toolchain, but rustwide doesn't expose this in the Toolchain API.

See also https://github.com/rust-lang/docs.rs/issues/357#issuecomment-606252725

jyn514 commented 4 years ago

As per https://github.com/rust-lang/docs.rs/issues/357#issuecomment-606622489 I no longer need this, but it would be a nice addition to the API all the same.

kellda commented 4 years ago

Looks quite easy, I'd like to implement this. Is there also tests or documentation to update ?