Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust_build.md: Use cargo-binstall (#929)
There have been too many instances of issues manually installing cargo-make. These issues occur because cargo-make does not upload a Cargo.lock file for releases, and our rust repositories always being on an old rust version. This results in the latest versions of some crates being pulled in, which may have their minimum supported version of rust higher than the version we use. To improve the user experience, lets just have the user install the binaries instead of attempting to compile.
- Loading branch information