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:
Charlie Marsh 2025-02-05 15:43:33 -05:00 committed by GitHub
parent 72d9361ce1
commit c0f6406c76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 13 deletions

View file

@ -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)]