From f3a58bda55ff325ac907d529f21adfed0d7e2e3c Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Mon, 20 Nov 2017 07:01:28 +1000 Subject: [PATCH] Fix build breakage with current rustc: error: the crate `bitflags` is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind` error: aborting due to previous error error: the crate `bitflags` is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind` error: aborting due to previous error error: Could not compile `gleam`. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce839e1708..5405ed4a84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,3 @@ members = [ [profile.release] debug = true -panic = "abort"