From 5c58b3de4f6f2f2f31ed32c6c451b58f6248d57f Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Sat, 4 May 2024 17:00:16 -0300 Subject: [PATCH] chore: update fmt on `Cargo.toml` --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d44b6c1..7ff7301 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,14 +12,14 @@ categories = ["cryptography::cryptocurrencies", "development-tools::testing"] [dependencies] bitcoind = { version = "0.34.0" } electrum-client = { version = "0.19.0", default-features = false } -log = "0.4" -which = "4.2.5" +log = { version = "0.4" } +which = { version = "4.2.5" } [target.'cfg(not(windows))'.dependencies] nix = { version = "0.25.0" } [dev-dependencies] -env_logger = "0.10" +env_logger = { version = "0.10" } [build-dependencies] bitcoin_hashes = { version = "0.13", optional = true } @@ -37,7 +37,6 @@ legacy = [] # download is not supposed to be used directly only through selecting one of the version feature download = ["bitcoin_hashes", "zip", "minreq"] - esplora_a33e97e1 = ["download"] electrs_0_8_10 = ["download"] electrs_0_9_1 = ["download"]