Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cargo-bins/cargo-binstall
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: detect-wasi-v1.0.20
Choose a base ref
...
head repository: cargo-bins/cargo-binstall
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: detect-wasi-v1.0.21
Choose a head ref
  • 6 commits
  • 20 files changed
  • 4 contributors

Commits on Jan 19, 2025

  1. release: cargo-binstall v1.10.22 (#2029)

    chore: Release
    
    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions authored Jan 19, 2025
    Copy the full SHA
    639cca9 View commit details

Commits on Jan 24, 2025

  1. dep: Upgrade transitive dependencies (#2030)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions authored Jan 24, 2025
    Copy the full SHA
    2b6f5de View commit details

Commits on Jan 31, 2025

  1. dep: Upgrade transitive dependencies (#2033)

    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions authored Jan 31, 2025
    Copy the full SHA
    38b5ccd View commit details

Commits on Feb 3, 2025

  1. build(deps): bump openssl from 0.10.69 to 0.10.70 in the cargo group (#…

    …2034)
    
    Bumps the cargo group with 1 update: [openssl](https://github.com/sfackler/rust-openssl).
    
    
    Updates `openssl` from 0.10.69 to 0.10.70
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-v0.10.69...openssl-v0.10.70)
    
    ---
    updated-dependencies:
    - dependency-name: openssl
      dependency-type: indirect
      dependency-group: cargo
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 3, 2025
    Copy the full SHA
    f68f769 View commit details

Commits on Feb 4, 2025

  1. feat(downloader): allow remote::Client to be customised (#2035)

    This is for usage outside of binstall itself.
    
    Sometimes it's useful to be able to specify more reqwest options, such as doing custom DNS resolution. This leaves the existing API identical but adds a couple methods that make it possible to construct a client with custom options.
    
    Signed-off-by: Félix Saparelli <felix@passcod.name>
    passcod authored Feb 4, 2025
    Copy the full SHA
    8dd9186 View commit details
  2. chore: release (#2031)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 4, 2025
    Copy the full SHA
    a3f88b5 View commit details
Loading