Skip to content

Conversation

@caldwell
Copy link
Contributor

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
@Pr0methean Pr0methean enabled auto-merge November 11, 2024 21:09
@Pr0methean Pr0methean added this pull request to the merge queue Nov 19, 2024
Merged via the queue into zip-rs:master with commit de8e3d3 Nov 19, 2024
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.

2 participants