Skip to content

Commit

Permalink
Update tempfile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arturs-krapans authored and cloudhead committed Aug 5, 2023
1 parent 9b37f98 commit 16431c7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 29 deletions.
66 changes: 38 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ fn run(name: &str) -> io::Result<()> {
// We allow tests to create these temporary files,
// so make sure it's not there when a test is run.
fs::remove_file("/tmp/rx.png").ok();
fs::remove_file("/tmp/archive.rxa").ok();
fs::remove_file("/tmp/archive.rxz").ok();

let path = Path::new(env!("CARGO_MANIFEST_DIR"))
.join("tests")
Expand Down

0 comments on commit 16431c7

Please sign in to comment.