From 6a8c844eb960b9dc0a405ee83f9e0b173c7b8237 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 23 Dec 2018 02:52:01 -0500 Subject: also select abort on panic --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4094381..01fea60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,9 @@ edition = "2018" [dependencies] linkify = "0.3" open = "1.2" + +[profile.dev] +panic = "abort" + +[profile.release] +panic = "abort" -- cgit v1.2.3