Bump Rust to nightly-2022-04-11 && support debugging in release mode
This commit is contained in:
parent
81e412fa80
commit
cea2febe35
6 changed files with 27 additions and 5 deletions
|
@ -8,4 +8,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
buddy_system_allocator = "0.6"
|
||||
bitflags = "1.2.1"
|
||||
bitflags = "1.2.1"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue