From cb2a771c48d7186456fb9cc99c1a0efa40363127 Mon Sep 17 00:00:00 2001 From: Marek Date: Wed, 13 Dec 2023 23:22:32 +0100 Subject: [PATCH] Reformat `zebra-utils/Cargo.toml` Co-authored-by: teor --- zebra-utils/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 74be027960e..730628c5189 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -88,7 +88,7 @@ thiserror = "1.0.48" zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.32" } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.32" } -zebra-scan = { path = "../zebra-scan", version="0.1.0-alpha.1",optional = true } +zebra-scan = { path = "../zebra-scan", version = "0.1.0-alpha.1", optional = true } # These crates are needed for the block-template-to-proposal binary zebra-rpc = { path = "../zebra-rpc", version = "1.0.0-beta.32", optional = true } @@ -104,7 +104,7 @@ reqwest = { version = "0.11.22", default-features = false, features = ["rustls-t # These crates are needed for the zebra-checkpoints and search-issue-refs binaries tokio = { version = "1.34.0", features = ["full"], optional = true } -jsonrpc = { version="0.16.0", optional = true } +jsonrpc = { version = "0.16.0", optional = true } -zcash_primitives = { version="0.13.0-rc.1", optional = true } -zcash_client_backend = {version="0.10.0-rc.1", optional = true} +zcash_primitives = { version = "0.13.0-rc.1", optional = true } +zcash_client_backend = {version = "0.10.0-rc.1", optional = true}