fern
fern copied to clipboard
Bump colored and clap versions
Primary purpose is to use the newer colored, but update clap and the corresponding example as well.
Edit: had to bump the version of the tests. colored v3 requires 1.80 (and the clap example 1.74), but MSRV is still 1.60.
Edit (again): ended up with adding an additional feature colored-3, because of the big jump in rust verison.
Also removed half of the tests since the rust matrix variable is not used.
Not sure how to get about it. If you think that it is enough to just use colored v3, I'd be happy to modify it. Or if you have some good idea how to get around the --all-features-error.