mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Fix use of fs4
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
50a70081be
commit
51e475293e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use std::{
|
|||
ops,
|
||||
};
|
||||
|
||||
use fs4::FileExt;
|
||||
use fs4::fs_std::FileExt;
|
||||
|
||||
/// A locked file.
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue