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 4e87017..d795581 100644 --- a/2022/rust/Cargo.toml +++ b/2022/rust/Cargo.toml @@ -6,7 +6,7 @@ members = [ "day04", "day05", "day06", -# "day07", + "day07", # "day08", # "day09", # "day10", |