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: stormslowly/rust-cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: stormslowly/rust-cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 4, 2023

  1. feat: Add logging to Cargo.lock/Cargo.toml hashing (Swatinem#156)

    There are a few problems in cargo-binstall where sometimes change to
    `Cargo.lock` does not invalidate the cache.
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b919e14 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Fix typo in hashing parsed Cargo.lock (Swatinem#159)

    This simple mistake caused the entire `Cargo.lock` to be ignored (JS
    treats having no return as `false`).
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4e0f4b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Fix hashing of parsed Cargo.toml (Swatinem#160)

    The values for the dependencies could be strings intead of objects, so
    add a `try` block to take care of that.
    
    Also set `dep.path` to `""` if the dependency contains a key `path` to
    make sure that the cache isn't invalidated due to change in workspace.
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    c0e052c View commit details
    Browse the repository at this point in the history
  2. prepare 2.6.1

    Swatinem committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5113490 View commit details
    Browse the repository at this point in the history
  3. 2.6.1

    Swatinem committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    578b235 View commit details
    Browse the repository at this point in the history
Loading