Skip to content

Commit 71a0286

Browse files
committed
Sort alphabetically
1 parent e8bafbd commit 71a0286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ harness = false # allows Cucumber to print output instead of libtest
2727
test = false # don't run this as part of "cargo test"
2828

2929
[profile.release]
30+
codegen-units = 1
3031
debug = 0
31-
strip = "symbols"
3232
lto = true
33-
panic = "abort"
3433
opt-level = "z"
35-
codegen-units = 1
34+
panic = "abort"
35+
strip = "symbols"
3636

3737
[lints.rust]
3838
unsafe_code = "forbid"

0 commit comments

Comments
 (0)