Replace tempfile with tempdir

This commit is contained in:
Dustin J. Mitchell
2021-04-16 19:29:27 -04:00
parent 9c54985fac
commit c8d6619d71
9 changed files with 34 additions and 87 deletions

View File

@@ -26,4 +26,4 @@ path = "../taskchampion"
[dev-dependencies]
assert_cmd = "^1.0.3"
predicates = "^1.0.7"
tempdir = "^0.3.7"
tempfile = "3"