Skip to content

Commit ffa4825

Browse files
committed
fix: abort -> unwind
1 parent 1b36eac commit ffa4825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ panic = "unwind"
2222
opt-level = 3
2323
debug = 1
2424
codegen-units = 1
25-
panic = "abort"
25+
panic = "unwind"
2626
incremental = false
2727
lto = "thin"
2828
strip = true

0 commit comments

Comments
 (0)