Closed Enrico2 closed 4 years ago
We're using self_update in our code (https://github.com/apollographql/apollo-cli) and got this deprecation warning. This PR swaps the deprecated tempdir for tempfile.
self_update
tempdir
tempfile
https://github.com/rust-lang-deprecated/tempdir/pull/46
nice, thanks!
released in 0.16.0
Thanks!
We're using
self_update
in our code (https://github.com/apollographql/apollo-cli) and got this deprecation warning. This PR swaps the deprecatedtempdir
fortempfile
.https://github.com/rust-lang-deprecated/tempdir/pull/46