Bump Rust to nightly-2022-04-11 && support debugging in release mode

This commit is contained in:
Yifan Wu 2022-04-16 15:50:49 -07:00
parent 81e412fa80
commit cea2febe35
6 changed files with 27 additions and 5 deletions

1
.gitignore vendored
View file

@ -5,6 +5,7 @@ os/src/link_app.S
os/src/linker.ld
os/last-*
os/Cargo.lock
os/.gdb_history
user/build
user/target/*
user/.idea/*