mirror of
https://github.com/rjNemo/rouille_os
synced 2026-06-06 02:26:46 +00:00
disable unwinding
This commit is contained in:
parent
9a90151756
commit
4cc1eecd56
2 changed files with 8 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1,5 +1,5 @@
|
||||||
# This file is automatically @generated by Cargo.
|
# This file is automatically @generated by Cargo.
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rouilleOS"
|
name = "rouille_os"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rouilleOS"
|
name = "rouille_os"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Ruidy <ruidy.nemausat@gmail.com>"]
|
authors = ["Ruidy <ruidy.nemausat@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
panic = "abort"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
panic = "abort"
|
||||||
Loading…
Reference in a new issue