From ed44fba94ffef5f500fef54048a83fe890e6c30f Mon Sep 17 00:00:00 2001 From: gbrochar Date: Sun, 26 Nov 2023 18:48:08 +0100 Subject: [PATCH] chore(): Cargo config --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd9d721..cd826ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[dependencies] +[profile.dev] +overflow-checks=false