diff options
Diffstat (limited to '2020/rust/Cargo.toml')
-rw-r--r-- | 2020/rust/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2020/rust/Cargo.toml b/2020/rust/Cargo.toml index a51672a..19751a7 100644 --- a/2020/rust/Cargo.toml +++ b/2020/rust/Cargo.toml @@ -10,8 +10,8 @@ members = [ "day07", "day08", "day09", -# "day10", -# "day11", + "day10", + "day11", # "day12", # "day13", # "day14", |