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.5.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.5.1
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 27, 2023

  1. fix src/config.ts: Remove sort_object (Swatinem#152)

    Fixed Swatinem#151
    
    I've tried running manually load and parse `Cargo.lock` and it runs fine
    until `sort_object` is called.
    
    Since `Cargo.lock` is auto-generated and usually sorted, I think there
    is no need for sorting.
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    be7377e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. update changelog

    Swatinem committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    65dbc54 View commit details
    Browse the repository at this point in the history
  2. 2.5.1

    Swatinem committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    dd05243 View commit details
    Browse the repository at this point in the history
Loading