tealdeer-rs / tealdeer

A very fast implementation of tldr in Rust.
https://tealdeer-rs.github.io/tealdeer/
Apache License 2.0
4.17k stars 123 forks source link

Migrate to Clap v4, bump MSRV to 1.75 #298

Closed dbrgn closed 3 months ago

dbrgn commented 1 year ago

Again, this is a pretty big update with multiple breaking changes that requires changing how our argument parsing is set up. (If I ignore the effort to upgrade, this update does contain some nice API improvements, so I guess in the long term it's worth it. The blogpost is an interesting read.)

Fixes #350.

dbrgn commented 8 months ago

I think everything should work fine now, but the PR is currently blocked on #352.

dbrgn commented 4 months ago

@niklasmohrin updated! Should be ready now, I think.

dbrgn commented 4 months ago

MSRV had to be bumped due to clap dependencies. I picked 1.75, which was released in December 2023.