From 697e1195cd804e49546587536221e89e1d466bd0 Mon Sep 17 00:00:00 2001 From: rishflab Date: Thu, 8 Oct 2020 16:07:49 +1100 Subject: [PATCH] Fix Cargo.toml fmt --- xmr-btc/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmr-btc/Cargo.toml b/xmr-btc/Cargo.toml index c3b4c0ea..0160696c 100644 --- a/xmr-btc/Cargo.toml +++ b/xmr-btc/Cargo.toml @@ -22,10 +22,10 @@ tracing = "0.1" [dev-dependencies] base64 = "0.12" bitcoin-harness = { git = "https://github.com/coblox/bitcoin-harness-rs", rev = "d402b36d3d6406150e3bfb71492ff4a0a7cb290e" } +futures = "0.3" monero-harness = { path = "../monero-harness" } reqwest = { version = "0.10", default-features = false } testcontainers = "0.10" tokio = { version = "0.2", default-features = false, features = ["blocking", "macros", "rt-core", "time", "rt-threaded"] } -tracing-subscriber = "0.2" tracing = "0.1" -futures = "0.3" +tracing-subscriber = "0.2"