tummychow / git-absorb

git commit --fixup, but automatic
https://crates.io/crates/git-absorb
BSD 3-Clause "New" or "Revised" License
4.64k stars 71 forks source link

Upgrade deps: git2, clap, memchr, tempdir->tempfile #32

Closed alexmaco closed 4 years ago

alexmaco commented 4 years ago

Switched out termpdir for tempfile, since tempdir was merged into tempfile, and the same functionality is now maintained there.

After #31 , I can upgrade the rest of the dependencies.