Skip to content

Commit 31778d7

Browse files
committed
Abort on panic for smaller binaries; update dependencies
1 parent 4dfb18f commit 31778d7

File tree

2 files changed

+50
-44
lines changed

2 files changed

+50
-44
lines changed

Cargo.lock

Lines changed: 49 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ path="src/main.rs"
3636
name="dua"
3737

3838
[profile.release]
39-
panic = 'unwind'
39+
panic = 'abort'
4040
incremental = false
4141
overflow-checks = false
4242
lto = "fat"

0 commit comments

Comments
 (0)