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