mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #471
471: Remove torut patch to custom fork. r=bonomat a=bonomat https://github.com/teawithsand/torut/pull/10 was merged and a new version released. Co-authored-by: Philipp Hoenisch <philipp@hoenisch.at>
This commit is contained in:
commit
21b16b7ff5
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -4127,8 +4127,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "torut"
|
||||
version = "0.1.8"
|
||||
source = "git+https://github.com/bonomat/torut/?branch=feature-flag-tor-secret-keys#d4f9858e3b4452c2056ff7ee4e50836cdcb62572"
|
||||
version = "0.1.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "05253df8056cc5830af67e5e86d6bb88bef83221238e698783f2560048584757"
|
||||
dependencies = [
|
||||
"base32",
|
||||
"base64 0.10.1",
|
||||
|
@ -1,5 +1,2 @@
|
||||
[workspace]
|
||||
members = [ "monero-harness", "monero-rpc", "swap", "monero-wallet" ]
|
||||
|
||||
[patch.crates-io]
|
||||
torut = { git = "https://github.com/bonomat/torut/", branch = "feature-flag-tor-secret-keys", default-features = false, features = [ "v3", "control" ] }
|
||||
|
Loading…
Reference in New Issue
Block a user