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: gdesmott/system-deps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.2
Choose a base ref
...
head repository: gdesmott/system-deps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 12, 2024

  1. fix new clippy warning

    gdesmott committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b748392 View commit details
    Browse the repository at this point in the history
  2. update itertools dep

    gdesmott committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9f4cd92 View commit details
    Browse the repository at this point in the history
  3. Cargo.toml: reformat

    gdesmott committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a25f699 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Add support for linker flags

    These are already detected in the pkg-config crate, but were not made
    available to system-deps consumers. In particular `-Wl,-rpath,/a/b/c`
    flags are essential to loading relocated libraries in Apple platforms.
    amyspark authored and gdesmott committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3f3a3d0 View commit details
    Browse the repository at this point in the history
  2. chore: release

    github-actions[bot] authored and gdesmott committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a9b6e51 View commit details
    Browse the repository at this point in the history
Loading