I ran into build errors trying to get set up. It turns out I had a previous version of cargo-aoc installed, which caused a version mismatch since this tooling needs to be in sync with the crate dependencies.
This change adds a note to the README to hopefully keep other people from running into the same problem.
I ran into build errors trying to get set up. It turns out I had a previous version of
cargo-aoc
installed, which caused a version mismatch since this tooling needs to be in sync with the crate dependencies.This change adds a note to the README to hopefully keep other people from running into the same problem.