Skip to content

Commit 26290a8

Browse files
committed
Unwind panics
1 parent 5b0331a commit 26290a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tempfile = "3.0"
6565

6666
[profile.release]
6767
lto = true
68-
panic = 'abort'
68+
panic = 'unwind' # This is default, but required, so explicitly writing it
6969
codegen-units = 1
7070

7171
[patch.crates-io.electrum-client]

0 commit comments

Comments
 (0)