Thanks to visit codestin.com
Credit goes to github.com

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: alecmocatta/rust-cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1
Choose a base ref
...
head repository: Swatinem/rust-cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 10 files changed
  • 3 contributors

Commits on Dec 24, 2021

  1. update deps and rebuild

    Swatinem committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    3bb3a9a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Improve Cache Details documentation (Swatinem#49)

    Updates the documentation on how the cache works to more
    closely match the implementation and to explain some of the design decisions.
    edmorley authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    5b2b053 View commit details
    Browse the repository at this point in the history
  2. Add a LICENSE file

    Swatinem committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    f8f67b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    74e8e24 View commit details
    Browse the repository at this point in the history
  2. 1.4.0

    Swatinem committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    cb2cf0c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Improve diagnostics: show exception stack trace (Swatinem#63)

    Also add logging to the quiet exception handlers.
    Vlad-Shcherbina authored Jun 25, 2022
    Configuration menu
    Copy the full SHA
    2055a01 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Skip registry cleaning if no registry was found (Swatinem#65)

    This fixes Swatinem#64.
    
    When Cargo is run in sparse-registry mode, it doesn't create
      ~/.cargo/registry/index/github.com-1ecc6299db9ec823/
    directory.
    Vlad-Shcherbina authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    5040f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81d053b View commit details
    Browse the repository at this point in the history
Loading