feat: restart
fix: error handling build: optimization and forbid unsafe
This commit is contained in:
parent
390e600060
commit
04f22c2763
2 changed files with 162 additions and 81 deletions
|
@ -8,6 +8,11 @@ strip = "symbols"
|
|||
opt-level = 3
|
||||
overflow-checks = true
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
||||
[lints.rust]
|
||||
unsafe_code = "forbid"
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue