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

Replace deprecated tempdir with tempfile #594

Merged
merged 1 commit into from
Nov 22, 2019

Conversation

stevenroose
Copy link
Contributor

tempdir has been deprecated for a while and tempfile has a new version out that uses a new version of rand that doesn't depend on winapi anymore.

So this also removes one dependency on the winapi crate. The current version of the time crate also depends on winapi, but work is being done to replace that version with 0.2 to remove the winapi dependency.

This also removes one dependency on the winapi crate.  The current
version of the time crate also depends on winapi, but work is being done
to replace that version with 0.2 to remove the winapi dependency.
@gwenn gwenn merged commit 3ef3c15 into rusqlite:master Nov 22, 2019
@gwenn
Copy link
Collaborator

gwenn commented Nov 22, 2019

Thanks.

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.

None yet

2 participants