Skip to content

Commit

Permalink
Switch to panic unwind
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Sep 22, 2023
1 parent f8a3fa2 commit 50ed33e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/zerthox/arcdps-buddy"

[dependencies]
arc_util = { git = "https://github.com/zerthox/arcdps-utils", features = ["serde", "settings", "update"] }
arcdps = { git = "https://github.com/zerthox/arcdps-bindings", features = ["log", "serde", "strum"] }
arcdps = { git = "https://github.com/zerthox/arcdps-bindings", features = ["log", "serde", "strum", "unwind"] }
log = { version = "0.4.18", features = ["release_max_level_info"] }
once_cell = "1.17.2"
phf = { version = "0.11.2", features = ["macros"] }
Expand All @@ -27,4 +27,3 @@ crate-type = ["cdylib"]

[profile.release]
lto = "thin"
panic = "abort" # rust currently aborts across ffi boundaries anyway

0 comments on commit 50ed33e

Please sign in to comment.