fix: wrong validations

fix: overflows
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-01-15 01:17:17 +03:00
parent ad99a5663d
commit 75f3c7ad60
2 changed files with 112 additions and 10 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
[profile.release]
strip = "symbols"
opt-level = 3
overflow-checks = true
lto = true
[dependencies]