Skip to content

Commit 46900cc

Browse files
committed
update to rustc 1.56.0-nightly (08095fc1f 2021-07-26)
1 parent cf92181 commit 46900cc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# rCore-Tutorial-v3
22
rCore-Tutorial version 3.5. See the [Documentation in Chinese](https://rcore-os.github.io/rCore-Tutorial-Book-v3/).
33

4+
## news
5+
- 2021.07.29: Now we are updating our labs. Please checkout chX-dev Branches for our current new labs. (Notice: please see the [Dependency] section in the end of this doc)
6+
47
## Overview
58

69
This project aims to show how to write an **Unix-like OS** running on **RISC-V** platforms **from scratch** in **[Rust](https://www.rust-lang.org/)** for **beginners** without any background knowledge about **computer architectures, assembly languages or operating systems**.
@@ -62,7 +65,7 @@ Overall progress: ch7
6265

6366
### Binaries
6467

65-
* rustc: 1.55.0-nightly (2f391da2e 2021-07-14)
68+
* rustc 1.56.0-nightly (08095fc1f 2021-07-26)
6669

6770
* qemu: 5.0.0
6871

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2021-01-30
1+
nightly

0 commit comments

Comments
 (0)