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

fix(warg): Removes call to cache for versions #72

Merged

Commits on Jul 16, 2024

  1. fix(warg): Removes call to cache for versions

    The implementation for listing versions was pulling from the cache. This
    caused it to miss updates to versions when being used in cargo-component.
    
    I discovered this while working on cargo-component and it was blocking
    tests from working
    
    Signed-off-by: Taylor Thomas <taylor@cosmonic.com>
    thomastaylor312 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5376a27 View commit details
    Browse the repository at this point in the history
  2. fix(warg): Set non-https URLs properly

    Signed-off-by: Taylor Thomas <taylor@cosmonic.com>
    thomastaylor312 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    637284b View commit details
    Browse the repository at this point in the history