Disable unwinding

This commit is contained in:
Philipp Oppermann
2019-01-25 12:35:11 +01:00
parent 3feee7761e
commit 2f9cbab885

View File

@@ -5,3 +5,9 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
edition = "2018"
[dependencies]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"