From 992691d188760244ca5a574b876a73e5370110ce Mon Sep 17 00:00:00 2001 From: jbesraa Date: Thu, 21 Nov 2024 14:59:09 +0200 Subject: [PATCH] Use shorter relative path --- protocols/v2/subprotocols/job-declaration/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protocols/v2/subprotocols/job-declaration/Cargo.toml b/protocols/v2/subprotocols/job-declaration/Cargo.toml index 951131fb1e..664bc44692 100644 --- a/protocols/v2/subprotocols/job-declaration/Cargo.toml +++ b/protocols/v2/subprotocols/job-declaration/Cargo.toml @@ -14,12 +14,12 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"] [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"} +binary_sv2 = {version = "^1.0.0", path = "../../binary-sv2/binary-sv2" } +const_sv2 = {version = "^2.0.0", path = "../../const-sv2"} [features] no_std = [] with_serde = ["binary_sv2/with_serde", "serde"] [package.metadata.docs.rs] -all-features = true \ No newline at end of file +all-features = true