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