jaemk / self_update

Self updates for rust executables
MIT License
796 stars 69 forks source link

tempdir is deprecated; switch to tempfile #50

Closed Enrico2 closed 4 years ago

Enrico2 commented 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.

https://github.com/rust-lang-deprecated/tempdir/pull/46

jaemk commented 4 years ago

nice, thanks!

jaemk commented 4 years ago

released in 0.16.0

Enrico2 commented 4 years ago

Thanks!