Compare commits

...

1 Commits
main ... main

Author SHA1 Message Date
Daan Sprenkels 59aa10ebf7 Cargo.toml: Enable overflow-checks 2022-03-21 18:03:28 +01:00
1 changed files with 5 additions and 0 deletions

View File

@ -16,3 +16,8 @@ rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["handlebars"] }
chrono = "0.4.19"
serde = "1.0.136"
[profile.dev]
overflow-checks = true
[profile.release]
overflow-checks = true