We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0331a commit 26290a8Copy full SHA for 26290a8
1 file changed
Cargo.toml
@@ -65,7 +65,7 @@ tempfile = "3.0"
65
66
[profile.release]
67
lto = true
68
-panic = 'abort'
+panic = 'unwind' # This is default, but required, so explicitly writing it
69
codegen-units = 1
70
71
[patch.crates-io.electrum-client]
0 commit comments