summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-23 11:25:46 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-23 11:25:46 -0400
commitd5c045469b8f59f007a1c5c265edc5598858d2e0 (patch)
tree62ea522f2c70b8d944b200fcfc36bf5957d3e0d9
parent0ce82403d48a7283321474fbf60c966ab45f0a6b (diff)
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.
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 14a6ba64..fb376bf7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,4 +51,3 @@ glob = "0.2"
[profile.release]
debug = true
-panic = "abort"