From d5c045469b8f59f007a1c5c265edc5598858d2e0 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 23 Sep 2016 11:25:46 -0400 Subject: [PATCH] Don't use panic-on-abort. We don't really care anyway, it was there as an experiment, and it seems to be causing problems. Fixes #14. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14a6ba649..fb376bf7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,4 +51,3 @@ glob = "0.2" [profile.release] debug = true -panic = "abort"