switched 7z unpack crate
This commit is contained in:
@@ -23,6 +23,6 @@ pub fn unpack(
|
||||
}
|
||||
|
||||
fn unpack_7z_file(path: impl AsRef<Path>, to: impl AsRef<Path>) -> anyhow::Result<()> {
|
||||
sevenz_rust::decompress_file(path, to)?;
|
||||
sevenz_rust2::decompress_file(path, to)?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user