Commit graph

7 commits

Author SHA1 Message Date
Antoine Martin 0446f11a46 2020: bump nom version
I was getting a compilation error (something in the latest Rust
compiler?), related to a nom dependency (bitvec v0.19), but nom 7 does
not depend on bitvec by default anymore, yay!

The move + clone closures feel kind of wrong though
2021-12-17 14:12:35 +01:00
Antoine Martin ebc57d58b6 cargo: bump to 2021 edition 2021-11-25 16:34:29 +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 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