Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(dev): Use the tempfile crate instead of the deprecated tempdir crate #254

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

caldwell
Copy link

The deprecation note is here (and visible on the crates.io page).

tempfile::TempDir has a very similar interface, though not precisely a drop in.

Locally tested on debian x86_64 rustc 1.84.0-nightly (439284741 2024-10-21):

  • cargo test
  • cargo test --no-default-features
  • cargo test --all-features
  • cargo clippy --all-targets
  • cargo clippy --all-targets --no-default-features
  • cargo clippy --all-targets --all-features
  • cargo doc --no-deps¹
  • cargo doc --no-deps --no-default-features¹
  • cargo doc --no-deps --all-features¹
  • cargo fmt --check --all

Notes

  1. Had warnings unrelated to these changes.

@caldwell caldwell mentioned this pull request Oct 23, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant