Skip to content

Commit

Permalink
Force panic unwind implementation for users of rustler (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor authored Oct 11, 2024
1 parent 1977589 commit cc28889
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rustler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ rustler_sys = { path = "../rustler_sys", version = "~2.4.3" }
num-bigint = { version = "0.4", optional = true }
serde = { version = "1", optional = true }

[profile.dev]
panic = "unwind"

[profile.release]
panic = "unwind"

[package.metadata.release]

[[package.metadata.release.pre-release-replacements]]
Expand Down

0 comments on commit cc28889

Please sign in to comment.