Hi there,
I encountered a deprecation warning regarding tempfile::TempDir::into_path() when running the project.
It seems we should migrate to keep() according to the documentation. I've checked the code and the fix seems straightforward.
I'm happy to submit a PR to fix this. Let me know if that's okay:)
Hi there,
I encountered a deprecation warning regarding
tempfile::TempDir::into_path()when running the project.It seems we should migrate to
keep()according to the documentation. I've checked the code and the fix seems straightforward.I'm happy to submit a PR to fix this. Let me know if that's okay:)