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