Skip to content

Commit

Permalink
Fix build breakage with current rustc:
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
gw3583 committed Nov 19, 2017
1 parent ab5a1b8 commit f3a58bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -7,4 +7,3 @@ members = [

[profile.release]
debug = true
panic = "abort"

0 comments on commit f3a58bd

Please sign in to comment.