Initial code for second edition

This commit is contained in:
Philipp Oppermann
2018-02-02 13:35:36 +01:00
parent 2629945c72
commit 5823bcb7ab
2 changed files with 35 additions and 0 deletions

View File

@@ -4,3 +4,11 @@ name = "blog_os"
version = "0.2.0"
[dependencies]
# the profile used for `cargo build`
[profile.dev]
panic = "abort" # disable stack unwinding on panic
# the profile used for `cargo build --release`
[profile.release]
panic = "abort" # disable stack unwinding on panic