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

This commit is contained in:
Yifan Wu 2022-04-16 15:58:04 -07:00
parent a71d91ae6a
commit 2275dee52d
6 changed files with 25 additions and 3 deletions

View file

@ -8,4 +8,7 @@ edition = "2018"
[dependencies]
spin = "0.7.0"
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
[profile.release]
debug = true