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: Stebalien/tempfile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.18.0
Choose a base ref
...
head repository: Stebalien/tempfile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.19.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 6, 2025

  1. chore: remove cfg-if dependency (#338)

    It's tiny, but we dont' really need it so we might as well trim our
    dependencies down a bit.
    Stebalien authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    35c204d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. ci: downgrade once-cell on old rustc versions (#342)

    I'm doing this in CI instead of in the Cargo.toml file because I don't
    want to force users of newer rustc versions to use old versions of
    `once_cell`. Ironically, I only depend on `once_cell` to support ancient
    rust versions in the first place.
    Stebalien authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    c2d16b3 View commit details
    Browse the repository at this point in the history
  2. feat(windows): add a feature to immediate tempfile deletion (#340)

    This adds a feature making it possible to disable the immediate deletion
    of unnamed temporary files on windows (introduced in 461369f).
    Hopefully, this will fix #339. If so, I'll revert 461369f entirely.
    Stebalien authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    61b4283 View commit details
    Browse the repository at this point in the history
  3. chore: release v3.19.0

    Stebalien committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    42fff68 View commit details
    Browse the repository at this point in the history
Loading