We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db47f5f commit 9f65065Copy full SHA for 9f65065
Cargo.toml
@@ -73,7 +73,7 @@ tempfile = "3.0"
73
74
[profile.release]
75
lto = true
76
-panic = 'abort'
+panic = 'unwind' # This is default, but required, so explicitly writing it
77
codegen-units = 1
78
79
[patch.crates-io.electrum-client]
0 commit comments