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: garden-rs/garden
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: garden-rs/garden
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 20 commits
  • 17 files changed
  • 1 contributor

Commits on Mar 8, 2025

  1. deny.toml: silence the unmaintained error for paste

    RUSTSEC-2024-0436 was issued about paste being unmaintained.
    This will not be resolved until accesskit_windows upgrades its
    implementation to avoid this crate.
    davvid committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    f4f007f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d29927a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7679924 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3daa641 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2025

  1. gui: avoid displaying duplicate trees

    Wildcard tree queries can match multiple groups or gardens that contain
    the same trees. Display a unique set of trees in the query results.
    davvid committed Mar 29, 2025
    Configuration menu
    Copy the full SHA
    8d185a5 View commit details
    Browse the repository at this point in the history
  2. gui: sort each the completion results sections

    Ensure that trees, groups, and gardens are sorted relative to each
    other, but not globally across the entire set of completions.
    davvid committed Mar 29, 2025
    Configuration menu
    Copy the full SHA
    f075672 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. gui: pin mime_guess2 to retain MSRV of 1.81.0

    egui_extras uses mime_guess2 but it didn't pin the version down.
    This caused mime_guess2 to upgrade to a version that requires
    edition 2024, which is not supported by our MSRV.
    
    Pin it down to avoid updating our MSRV.
    davvid committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    861d7ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd26879 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e99c737 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e1367f View commit details
    Browse the repository at this point in the history
  5. ci: use a weekly cache to speed up CI runs

    Minimize our use of external actions and rework actions to leverage the
    rust ~/.cargo cache.
    davvid committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    24f2b49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec193fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b815f5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. Configuration menu
    Copy the full SHA
    ddb910e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. deps: upgrade to xdg v3.0

    davvid committed May 4, 2025
    Configuration menu
    Copy the full SHA
    acfd552 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2025

  1. Configuration menu
    Copy the full SHA
    7df07f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e758c9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    463bc43 View commit details
    Browse the repository at this point in the history
  4. flake: update dependencies

    davvid committed May 10, 2025
    Configuration menu
    Copy the full SHA
    e7eb9a1 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2025

  1. garden v2.2.0

    davvid committed May 11, 2025
    Configuration menu
    Copy the full SHA
    bfdd619 View commit details
    Browse the repository at this point in the history
Loading