diff --git a/2023/Cargo.toml b/2023/Cargo.toml index 277d082..0f30677 100644 --- a/2023/Cargo.toml +++ b/2023/Cargo.toml @@ -12,3 +12,6 @@ aoc-runner = "0.3.0" aoc-runner-derive = "0.3.0" aoc-parse = "0.2.17" num = "0.4" + +[profile.release] +incremental = true