mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Fix tar
by temporarily using a fork (#358)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
0c6687455f
commit
a94d83f0d5
2 changed files with 17 additions and 13 deletions
|
@ -38,7 +38,11 @@ serde-tuple-vec-map = "1.0.1"
|
|||
serde_json = "1.0.83"
|
||||
strum = "0.24.1"
|
||||
strum_macros = "0.24.3"
|
||||
tar = "0.4.38"
|
||||
# Use a fork here since we need PAX support, but the upstream
|
||||
# does not hav the PR merged yet.
|
||||
#
|
||||
#tar = "0.4.38"
|
||||
tar = { package = "binstall-tar", version = "0.4.39" }
|
||||
tempfile = "3.3.0"
|
||||
thiserror = "1.0.32"
|
||||
tinytemplate = "1.2.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue