Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies20230123 #110

Merged
merged 9 commits into from
Jan 30, 2023
Merged

Update dependencies20230123 #110

merged 9 commits into from
Jan 30, 2023

Commits on Jan 26, 2023

  1. Fixed clippy warnings

    tkmcmaster committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    887082f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7518009 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    ac6a3f0 View commit details
    Browse the repository at this point in the history
  2. Fixed multiple includes on try

    - Cleaned up the start-at to only parse once
    - Fixed the multiple --include. Clap no longer allows multiple occurences, it only allows multiple passed on one occurence. See clap-rs/clap#2688 and https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#400---2022-09-28
    - This does introduce a bug that if you specify the config file immediately after --include(s) it will think it's part of the --include. The user must either pass another option after -i or put the config file before the -i
    tkmcmaster committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    e2311e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98ac727 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a2b61f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ab5ac0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2076a30 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    1850722 View commit details
    Browse the repository at this point in the history