mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-13 12:02:17 +00:00
Migrate to published astral-tokio-tar
crate (#11260)
We now publish this to `crates.io`: https://crates.io/crates/astral-tokio-tar
This commit is contained in:
parent
72d9361ce1
commit
c0f6406c76
3 changed files with 4 additions and 13 deletions
|
@ -167,7 +167,7 @@ async fn untar_in(
|
|||
|
||||
// Unpack the file into the destination directory.
|
||||
#[cfg_attr(not(unix), allow(unused_variables))]
|
||||
let unpacked_at = file.unpack_in_memo(&dst, &mut memo).await?;
|
||||
let unpacked_at = file.unpack_in_raw(&dst, &mut memo).await?;
|
||||
|
||||
// Preserve the executable bit.
|
||||
#[cfg(unix)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue