From 4cc1eecd56fb2937b9665f027cc3ec9f2e443b99 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Sat, 24 Apr 2021 17:11:40 +0200 Subject: [PATCH] disable unwinding --- Cargo.lock | 2 +- Cargo.toml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 445860f..8c91175 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,5 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] -name = "rouilleOS" +name = "rouille_os" version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index 069a18b..65d5504 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,14 @@ [package] -name = "rouilleOS" +name = "rouille_os" version = "0.1.0" authors = ["Ruidy "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] + +[profile.dev] +panic = "abort" + +[profile.release] +panic = "abort" \ No newline at end of file