From 70527dca5d2a52b8a2fe8226af1639f80104f893 Mon Sep 17 00:00:00 2001 From: esraa Date: Sun, 8 Dec 2024 16:36:59 +0200 Subject: [PATCH] Use shorter paths --- protocols/v2/subprotocols/mining/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protocols/v2/subprotocols/mining/Cargo.toml b/protocols/v2/subprotocols/mining/Cargo.toml index 020ab39ec9..ff4abb84db 100644 --- a/protocols/v2/subprotocols/mining/Cargo.toml +++ b/protocols/v2/subprotocols/mining/Cargo.toml @@ -16,8 +16,8 @@ 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"} [dev-dependencies] quickcheck = "1.0.3" @@ -28,4 +28,4 @@ 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