Skip to content

Commit

Permalink
Merge pull request #25 from BobBinaryBuilder/fs2-to-fs4
Browse files Browse the repository at this point in the history
Replace fs2 with fs4
  • Loading branch information
drager authored Sep 28, 2023
2 parents ce1663e + d5c2a06 commit 3419c47
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 13 deletions.
47 changes: 36 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow = "1.0"
ureq = "2.6"
dirs-next = "2.0.0"
flate2 = "1.0"
fs2 = "0.4"
fs4 = "0.6.6"
hex = "0.4"
is_executable = "0.1"
siphasher = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Utilities for finding and installing binaries that we depend on.

use anyhow::{anyhow, bail, Context, Result};
use fs2::FileExt;
use fs4::FileExt;
use siphasher::sip::SipHasher13;
use std::collections::HashSet;
use std::env;
Expand Down

0 comments on commit 3419c47

Please sign in to comment.