From 2b2bf5dba79dc86f438a48649d4dcf026eb048b3 Mon Sep 17 00:00:00 2001 From: jbesraa Date: Wed, 6 Nov 2024 09:47:30 +0200 Subject: [PATCH] Use shorter relative path .. and fix some styling inconsistency --- .../v2/subprotocols/common-messages/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/protocols/v2/subprotocols/common-messages/Cargo.toml b/protocols/v2/subprotocols/common-messages/Cargo.toml index e2343d0de3..3837023314 100644 --- a/protocols/v2/subprotocols/common-messages/Cargo.toml +++ b/protocols/v2/subprotocols/common-messages/Cargo.toml @@ -14,12 +14,12 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -serde = { version = "1.0.89", default-features = false, optional= true } -binary_sv2 = {version = "^1.0.0", path = "../../../../protocols/v2/binary-sv2/binary-sv2" } -const_sv2 = {version = "^2.0.0", path = "../../../../protocols/v2/const-sv2"} -quickcheck = { version = "1.0.3", optional=true } -quickcheck_macros = { version = "1", optional=true } -serde_repr = {version= "0.1.10", optional=true} +serde = { version = "1.0.89", default-features = false, optional = true } +binary_sv2 = { version = "^1.0.0", path = "../../binary-sv2/binary-sv2" } +const_sv2 = { version = "^2.0.0", path = "../../const-sv2" } +quickcheck = { version = "1.0.3", optional = true } +quickcheck_macros = { version = "1", optional = true } +serde_repr = { version= "0.1.10", optional = true } [features] no_std = [] @@ -27,4 +27,4 @@ with_serde = ["binary_sv2/with_serde", "serde", "serde_repr"] prop_test = ["quickcheck"] [package.metadata.docs.rs] -all-features = true \ No newline at end of file +all-features = true