From 1098ae35818835a58eec91d43913817b4f3af43e Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Wed, 19 Mar 2025 10:24:31 -0700 Subject: [PATCH] overflow checks --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) 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