gitui
gitui copied to clipboard
Bump clap to v3
This Pull Request fixes/closes #1065.
It changes the following:
- Bump clap to v3: Mainly replacing deprecated functions/items. A notable change is that
AppSettings::StrictUtf8is now default behavior so we need to allow invalid UTF8 on args related to path. Also adding a newdebug_assertprovided by clap itself
I followed the checklist:
- [x] I added unittests
- [x] I ran
make checkwithout errors - [x] I tested the overall application
- [ ] I added an appropriate item to the changelog
cool! thanks for tackling this. feel free to join us on discord aswell :) will review it later today
oh oh.
We will support the last two minor Rust releases (MSRV, currently 1.54.0)
that is a problem
done via 4a0e58a