Skip to content

Commit

Permalink
panic strategy for different build profiles
Browse files Browse the repository at this point in the history
Co-authored-by: bit-aloo <[email protected]>
  • Loading branch information
2 people authored and Georges Palauqui committed Dec 13, 2024
1 parent 12ed836 commit d1a90ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion protocols/v2/noise-sv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@ quickcheck_macros = "1"
rand = {version = "0.8.5", default-features = false, features = ["std", "std_rng"] }

[package.metadata.docs.rs]
all-features = true
all-features = true

[profile.dev]
panic = "unwind"

[profile.release]
panic = "abort"

0 comments on commit d1a90ba

Please sign in to comment.