Update to latest monero-rs fork

This commit is contained in:
Thomas Eizinger 2021-05-04 14:06:46 +10:00
parent 47a63f3467
commit 36b8da0117
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2265,7 +2265,7 @@ dependencies = [
[[package]]
name = "monero"
version = "0.12.0"
source = "git+https://github.com/comit-network/monero-rs?branch=fix-ci#baed70b50e7eee97733df3d580f0476c461bd4ab"
source = "git+https://github.com/comit-network/monero-rs#680ba69708d5112d8650a76aa032fdb2be56ff55"
dependencies = [
"base58-monero",
"clear_on_drop",

View File

@ -3,4 +3,4 @@ members = ["monero-adaptor", "monero-harness", "monero-rpc", "swap", "monero-wal
[patch.crates-io]
torut = { git = "https://github.com/bonomat/torut/", branch = "feature-flag-tor-secret-keys", default-features = false, features = [ "v3", "control" ] }
monero = { git = "https://github.com/comit-network/monero-rs", branch = "fix-ci" }
monero = { git = "https://github.com/comit-network/monero-rs" }