]> git.proxmox.com Git - cargo.git/commit
Auto merge of #11030 - ehuss:update-installation-requirements, r=epage
authorbors <bors@rust-lang.org>
Tue, 30 Aug 2022 00:26:35 +0000 (00:26 +0000)
committerbors <bors@rust-lang.org>
Tue, 30 Aug 2022 00:26:35 +0000 (00:26 +0000)
commit996a6363ce4b9109d4ca757407dd6dcb4805c86f
tree05eb0e8afb29f039b7119891d4b3f79dffbac4a4
parent4ed54cecce3ce9ab6ff058781f4c8a500ee6b8b5
parentc2a5be7657cf39adcf4999e6bf03a24e46859602
Auto merge of #11030 - ehuss:update-installation-requirements, r=epage

Update compiling requirements.

This updates the requirements for building cargo itself. It adds a little more clarification on exactly what is needed, and what some of the options are.

This may be a little bit too much detail, as usually I suspect most users will just run `cargo build` and follow the error message instructions on what to install next.