mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-03 20:14:29 -04:00
Use tokio-tar from crates.io
This commit is contained in:
parent
5373f697ed
commit
a3f436104f
3 changed files with 4 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue