Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit 682853b

Browse files
authored
Update tempdir to tempfile
1 parent 0a2758e commit 682853b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ More detailed information is available in the [documentation]. :-)
7575

7676
Other crates that might be useful in testing command line programs.
7777
* [dir-diff][dir-diff] for testing file side-effects.
78-
* [tempdir][tempdir] for scratchpad directories.
78+
* [tempfile][tempfile] for scratchpad directories.
7979
* [duct][duct] for orchestrating multiple processes.
8080

8181
## License
@@ -99,5 +99,5 @@ conditions.
9999
[Documentation]: https://docs.rs/assert_cli
100100
[Environment]: https://github.com/Freyskeyd/environment
101101
[dir-diff]: https://crates.io/crates/dir-diff
102-
[tempdir]: https://crates.io/crates/tempdir
102+
[tempfile]: https://crates.io/crates/tempfile
103103
[duct]: https://crates.io/crates/duct

0 commit comments

Comments
 (0)