From be535251d3c2b9b8634a8f3e56581a2d05f248d3 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Fri, 7 Jul 2017 11:15:28 -0400 Subject: [PATCH] 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` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.25.1