Use tokio-tar from crates.io

This commit is contained in:
Thomas Eizinger 2021-05-18 12:52:17 +10:00
parent 5373f697ed
commit a3f436104f
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
3 changed files with 4 additions and 6 deletions

View file

@ -67,7 +67,7 @@ uuid = { version = "0.8", features = [ "serde", "v4" ] }
void = "1"
[target.'cfg(not(windows))'.dependencies]
tokio-tar = "0.2"
tokio-tar = "0.3"
[target.'cfg(windows)'.dependencies]
zip = "0.5"