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

feat: use confargs for argument parsing #51

Merged
merged 4 commits into from
Aug 31, 2022

Commits on Aug 31, 2022

  1. fix: extend validity of test certs

    Signed-off-by: Roman Volosatovs <roman@profian.com>
    rvolosatovs committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    03c6e18 View commit details
    Browse the repository at this point in the history
  2. build(nix): update dependencies

    Signed-off-by: Roman Volosatovs <roman@profian.com>
    rvolosatovs committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    e6f2210 View commit details
    Browse the repository at this point in the history
  3. feat: use confargs for argument parsing

    Signed-off-by: Roman Volosatovs <roman@profian.com>
    rvolosatovs committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    9bf499a View commit details
    Browse the repository at this point in the history
  4. fix: avoid redundant return

    This fixes the clippy error, which now occurs in CI, since
    non-deterministic Rust version provided by Github Actions is used.
    
    Signed-off-by: Roman Volosatovs <roman@profian.com>
    rvolosatovs committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    0af5e1f View commit details
    Browse the repository at this point in the history