diff --git a/Cargo.toml b/Cargo.toml index 7a0b139..31e1658 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,3 +32,8 @@ thiserror = "1.0.57" [patch.crates-io] +[profile.release] +overflow-checks = true + +[profile.dev] +overflow-checks = true \ No newline at end of file