rust-lang / rustwide

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

use cargo install to update binaries #18

Closed zeegomo closed 4 years ago

zeegomo commented 4 years ago

Use cargo install from rust stable to update binaries instead of using cargo_update or nightly flags.

pietroalbini commented 4 years ago

Thanks!