disable unwinding

This commit is contained in:
Ruidy 2021-04-24 17:11:40 +02:00
parent 9a90151756
commit 4cc1eecd56
2 changed files with 8 additions and 3 deletions

2
Cargo.lock generated
View file

@ -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"

View file

@ -1,9 +1,14 @@
[package]
name = "rouilleOS"
name = "rouille_os"
version = "0.1.0"
authors = ["Ruidy <ruidy.nemausat@gmail.com>"]
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"