forked from Roflin/gamenight
Cargo.toml: Enable overflow-checks
This commit is contained in:
parent
ee500203e2
commit
59aa10ebf7
@ -16,3 +16,8 @@ rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["handlebars"] }
|
|||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
serde = "1.0.136"
|
serde = "1.0.136"
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
overflow-checks = true
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
overflow-checks = true
|
||||||
|
Loading…
Reference in New Issue
Block a user