fix: wrong validations
fix: overflows
This commit is contained in:
parent
ad99a5663d
commit
75f3c7ad60
2 changed files with 112 additions and 10 deletions
|
@ -6,6 +6,7 @@ edition = "2021"
|
|||
[profile.release]
|
||||
strip = "symbols"
|
||||
opt-level = 3
|
||||
overflow-checks = true
|
||||
lto = true
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue