Skip to content

Commit

Permalink
Use tokio_tar instead of async_tar (#1170)
Browse files Browse the repository at this point in the history
## Summary

`tokio_tar` is a fork of `async_tar` that uses Tokio instead of
`async-std`. Using it removes a significant dependency from our tree.

(There is an open PR
(dignifiedquire/async-tar#41) in `async-tar` to
add Tokio support, but it's over a year old.)

See:
#1157 (comment).
  • Loading branch information
charliermarsh authored Jan 29, 2024
1 parent a42b385 commit 4b9daf9
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 436 deletions.
Loading

0 comments on commit 4b9daf9

Please sign in to comment.