Use tokio-tar from crates.io

pull/511/head
Thomas Eizinger 3 years ago
parent 5373f697ed
commit a3f436104f
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

5
Cargo.lock generated

@ -4158,8 +4158,9 @@ dependencies = [
[[package]]
name = "tokio-tar"
version = "0.2.0"
source = "git+https://github.com/vorot93/tokio-tar#cda9a198530bc730692507b4623696f4f0dd2a76"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a50188549787c32c1c3d9c8c71ad7e003ccf2f102489c5a96e385c84760477f4"
dependencies = [
"filetime",
"futures-core",

@ -1,5 +1,2 @@
[workspace]
members = [ "monero-harness", "monero-rpc", "swap", "monero-wallet" ]
[patch.crates-io]
tokio-tar = { git = "https://github.com/vorot93/tokio-tar" }

@ -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…
Cancel
Save