refactor: forbid unsafe

This commit is contained in:
Tahinli 2023-11-20 16:52:10 +03:00
parent 3ee173f8f3
commit a48f8760e4

View file

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