diff options
Diffstat (limited to '2022/rust/Cargo.toml')
-rw-r--r-- | 2022/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/rust/Cargo.toml b/2022/rust/Cargo.toml index b7ab11d..e127354 100644 --- a/2022/rust/Cargo.toml +++ b/2022/rust/Cargo.toml @@ -4,7 +4,7 @@ members = [ "day02", "day03", "day04", -# "day05", + "day05", # "day06", # "day07", # "day08", |