Disable unwinding

This commit is contained in:
Philipp Oppermann
2023-03-25 18:49:03 +01:00
parent 9a85b44242
commit c3d16e0021

View File

@@ -6,3 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # 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"