diff options
Diffstat (limited to '2020/rust/Cargo.toml')
-rw-r--r-- | 2020/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2020/rust/Cargo.toml b/2020/rust/Cargo.toml index 9c02f59..7c6ce52 100644 --- a/2020/rust/Cargo.toml +++ b/2020/rust/Cargo.toml @@ -6,7 +6,7 @@ members = [ "day03", "day04", "day05", -# "day06", + "day06", # "day07", # "day08", # "day09", |