Commit graph

21 commits

Author SHA1 Message Date
Antoine Martin e01307eb3c cargo: fix build by bumping dependencies 2021-11-25 16:18:20 +01:00
Antoine Martin 426ea00636 2020: day18: part 1 2020-12-18 15:22:42 +01:00
Antoine Martin e18b6edf80 2020: day17: part 1 2020-12-17 14:51:13 +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
Antoine Martin c1b14d8768 bump crates to latest version 2020-12-15 00:45:27 +01:00
Antoine Martin 60b5398737 2018: switch to anyhow 2020-12-14 20:35:10 +01:00
Antoine Martin 885081d3fe 2015: switch to anyhow 2020-12-14 20:35:10 +01:00
Antoine Martin deb808faf3 2019: switch to anyhow 2020-12-14 20:35:10 +01:00
Antoine Martin d91165207f 2020: switch to anyhow 2020-12-14 20:35:10 +01:00
Antoine Martin f9e1306881 2020: introduce anyhow 2020-12-14 09:52:13 +01:00
Antoine Martin b44c6bacbc 2020: day01: part 1 2020-12-01 16:49:23 +01:00
Antoine Martin 899f9c193d update crates to latest version 2020-11-18 20:49:33 +01:00
Antoine Martin 7eca1339d7 add benches for 2015 and 2018 2019-12-07 03:02:35 +01:00
Antoine Martin 0c98050bc0 2019: add benchmarks 2019-12-06 19:07:57 +01:00
Antoine Martin ce83c56841 2015: day04: part 1 2019-12-03 15:06:28 +01:00
Antoine Martin 64410f0042 use aoc crate for common stuff 2019-12-01 22:22:12 +01:00
Antoine Martin c420ed9e8b 2015: day01: finish 2019-12-01 21:16:15 +01:00
Antoine Martin 22fcfdae4f 2019: day01: part 1 2019-12-01 16:03:34 +01:00
Antoine Martin b4c1f36767 move everything to single crate 2019-11-15 00:14:07 +01:00
Antoine Martin b80637585b 2018: aoc02 part1 2019-11-14 18:19:23 +01:00
Antoine Martin bcf61577e1 2018: aoc01 2019-11-14 17:57:25 +01:00