fspoettel / advent-of-code-rust

🎄Starter template for solving Advent of Code in Rust.
MIT License
715 stars 53 forks source link

aoc-cli 0.5 #11

Closed tguichaoua closed 2 years ago

tguichaoua commented 2 years ago

aoc-cli release v0.5.0 4 days ago and rename the --file command flag by --input-file.

It can be solved by either :

fspoettel commented 2 years ago

Ugh, second update in a row that broke. I implemented both of your suggestions - updated to v0.5.0 and pinned in the readme command. Thanks!