mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
toolchain: The latest stable version is required
TEST=rustup update stable && cargo +stable check Change-Id: I3f51132a6d3d5daac1f77924fd910b46aa4c6118 Reviewed-on: https://chromium-review.googlesource.com/1340657 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: David Tolnay <dtolnay@chromium.org> Reviewed-by: Zach Reizner <zachr@chromium.org>
This commit is contained in:
parent
298cf591ac
commit
cccbe6717c
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ project. Currently allowed crates are:
|
|||
|
||||
### Code Overview
|
||||
|
||||
The crosvm source code is written in Rust and C. To build, crosvm requires rustc
|
||||
v1.20 or later.
|
||||
The crosvm source code is written in Rust and C. To build, crosvm generally
|
||||
requires the most recent stable version of rustc.
|
||||
|
||||
Source code is organized into crates, each with their own unit tests. These
|
||||
crates are:
|
||||
|
|
Loading…
Reference in a new issue