mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-31 15:20:15 +00:00
Merge #511
511: Use tokio-tar from crates.io r=thomaseizinger a=thomaseizinger Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
commit
4f4303462a
5
Cargo.lock
generated
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…
Reference in New Issue
Block a user