diff --git a/Cargo.lock b/Cargo.lock index a3b6af7d..6963c503 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 05934742..b77c7a99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }