Commit graph

12 commits

Author SHA1 Message Date
Antoine Martin ebc57d58b6 cargo: bump to 2021 edition 2021-11-25 16:34:29 +01:00
Antoine Martin 7249045d0c 2020: day25: part 1 2020-12-25 22:18:16 +01:00
Antoine Martin fda311a7ee 2020: day20: part 1 2020-12-25 09:21:17 +01:00
Antoine Martin 3ebbba3953 2020: day24: part 1 2020-12-24 15:43:37 +01:00
Antoine Martin 9888140072 2020: day23: part 1 2020-12-24 01:19:23 +01:00
Antoine Martin fe1f56bd7d 2020: day22: part 1 2020-12-22 14:41:40 +01:00
Antoine Martin 33fbe9ce5a 2020: day21: part 1 2020-12-21 19:27:20 +01:00
Antoine Martin fb9a7e3fc9 2020: day19: part 1 2020-12-20 21:05:29 +01:00
Antoine Martin b0d3b805a1 2020: day18: bench 2020-12-18 16:06:21 +01:00
Antoine Martin e18b6edf80 2020: day17: part 1 2020-12-17 14:51:13 +01:00
Antoine Martin cdc8f62269 2020: day16: part 1 2020-12-16 09:28:59 +01:00
Antoine Martin 8d11c817f3 bench: split to separate package
Unfortunately cargo doesn't allow optional dev dependencies (see
rust-lang/cargo#1596) so this is the workaround.

Previously, running `cargo test` triggered the build of all dev
dependencies, including criterion, which in turn pulls in a lot of
stuff. Running tests should be faster, hence this change.
2020-12-15 12:16:33 +01:00