rust-lang / rustwide

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

Use Cargo's -Zinstall-update instead of cargo-install-update #2

Closed pietroalbini closed 4 years ago

pietroalbini commented 5 years ago

There is a Cargo unstable feature that replicate the behavior of cargo-install-update without requiring a separate binary to be installed. Switching to it should improve the initial builds performance.

Tracking issue: https://github.com/rust-lang/cargo/issues/6797

pietroalbini commented 4 years ago

Fixed by https://github.com/rust-lang/rustwide/commit/bfdac6199319d02c2a233a6d5faf8888cc1f0aa1.