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 clap to 4 and git2 to 0.14 #68

Merged
merged 7 commits into from
May 23, 2023
Merged

update clap to 4 and git2 to 0.14 #68

merged 7 commits into from
May 23, 2023

Commits on May 23, 2023

  1. packit: build on all Fedora versions

    Signed-off-by: Tomas Tomecek <[email protected]>
    TomasTomecek committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e9763a2 View commit details
    Browse the repository at this point in the history
  2. packit: install rust and cargo

    Signed-off-by: Tomas Tomecek <[email protected]>
    TomasTomecek committed May 23, 2023
    Configuration menu
    Copy the full SHA
    087f4d6 View commit details
    Browse the repository at this point in the history
  3. update clap to 4 and git2 to 0.14

    ```rust
        let matches = Command::new("pretty-git-prompt")
            .version(version)
    ```
    
    this didn't work, the lifetime of Command is weird
    
    Signed-off-by: Tomas Tomecek <[email protected]>
    TomasTomecek committed May 23, 2023
    Configuration menu
    Copy the full SHA
    aaeb548 View commit details
    Browse the repository at this point in the history
  4. cargo: s/license-file/license/

    Signed-off-by: Tomas Tomecek <[email protected]>
    TomasTomecek committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3e1fc9d View commit details
    Browse the repository at this point in the history
  5. apply latest RPM packaging practices

    Signed-off-by: Tomas Tomecek <[email protected]>
    TomasTomecek committed May 23, 2023
    Configuration menu
    Copy the full SHA
    19462c5 View commit details
    Browse the repository at this point in the history
  6. pin yaml-rust to latest

    Signed-off-by: Tomas Tomecek <[email protected]>
    TomasTomecek committed May 23, 2023
    Configuration menu
    Copy the full SHA
    fb7c9cc View commit details
    Browse the repository at this point in the history
  7. gitignore: add rpm building paths

    Signed-off-by: Tomas Tomecek <[email protected]>
    TomasTomecek committed May 23, 2023
    Configuration menu
    Copy the full SHA
    b417b8a View commit details
    Browse the repository at this point in the history