From: Bernie Innocenti Date: Fri, 7 Jul 2017 15:15:28 +0000 (-0400) Subject: Temporarily disable panic="abort". X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=be535251d3c2b9b8634a8f3e56581a2d05f248d3;hp=27be0f236daaac0df31e9b90726430615ae41ff5;p=mandelwow.git Temporarily disable panic="abort". This is a workaround for: error: the crate `bitflags` is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind` --- diff --git a/Cargo.toml b/Cargo.toml index 4518ff1..0430f5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "GPL-3.0+" [profile.release] lto = true -panic = "abort" +panic = "unwind" opt-level = 3 [dependencies]