mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Merge branch 'post-11' into post-12
This commit is contained in:
@@ -10,7 +10,9 @@ This repository contains the source code for the [Async/Await][post] post of the
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
This project required a nightly version of Rust. You can build the project by running:
|
This project requires a nightly version of Rust because it uses some unstable features. At least nightly _2020-07-15_ is required for building. You might need to run `rustup update nightly --force` to update to the latest nightly even if some components such as `rustfmt` are missing it.
|
||||||
|
|
||||||
|
You can build the project by running:
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo build
|
cargo build
|
||||||
|
|||||||
Reference in New Issue
Block a user