From 978a99b00d9d6e74ef7dbd227ddc7d64d7b2430d Mon Sep 17 00:00:00 2001 From: david Date: Mon, 17 Jun 2024 11:15:21 +0200 Subject: [PATCH] solution to exercise 02_08 --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 914c0ae..99ff3d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,6 @@ [workspace] members = ["exercises/*/*", "helpers/common", "helpers/mdbook-exercise-linker", "helpers/ticket_fields"] resolver = "2" + +[profile.dev] +overflow-checks = false