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: Swatinem/rust-cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
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: v2.3.0
Choose a head ref
  • 9 commits
  • 13 files changed
  • 3 contributors

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    99229f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    127a0e9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. fix: cache restore failures (#136)

    Fix cache restore failures to to upstream bug.
    
    Fixes #119
    stevenh authored May 11, 2023
    Configuration menu
    Copy the full SHA
    5e9fae9 View commit details
    Browse the repository at this point in the history
  2. fix: cache key dependency on installed packages (#138)

    Add the installed packages to the environment element of the cache key
    so that CI tooling is considered. This ensures that rust CI tooling is
    cached correctly when changes occur. Prior to this a manual key change
    or cache expiry would need to occur before CI tools were correctly
    cached.
    stevenh authored May 11, 2023
    Configuration menu
    Copy the full SHA
    827c240 View commit details
    Browse the repository at this point in the history
  3. feat: add option to cache all crates (#137)

    Add cache-all-crates option which allows all crates to be cached instead
    of just the dependency crates. This is useful when additional crates are
    required for CI tooling.
    stevenh authored May 11, 2023
    Configuration menu
    Copy the full SHA
    def0926 View commit details
    Browse the repository at this point in the history
  4. chore: use linefix to ensure platform line endings (#135)

    Use linefix so that when developing changes the results of npm run prepare always have unix line endings so git diff commands don't show line ending changes for the ncc generated files.
    stevenh authored May 11, 2023
    Configuration menu
    Copy the full SHA
    68aeeba View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. chore: changelog v2.3.0 (#139)

    Update CHANGELOG for v2.3.0 release.
    stevenh authored May 13, 2023
    Configuration menu
    Copy the full SHA
    7c7e41a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865fd1f View commit details
    Browse the repository at this point in the history
  3. 2.3.0

    Swatinem committed May 13, 2023
    Configuration menu
    Copy the full SHA
    060bda3 View commit details
    Browse the repository at this point in the history
Loading