Update rustc && rustsbi

This commit is contained in:
Yifan Wu 2021-08-26 20:58:52 +08:00
parent 6a08973359
commit 6695610c63
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -58,5 +58,5 @@ pub fn list_apps() {
for app in APP_NAMES.iter() {
println!("{}", app);
}
println!("**************/")
println!("**************/");
}

View file

@ -1 +1 @@
nightly
nightly-2021-08-25