Skip to content

Commit

Permalink
Use shorter paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Nov 17, 2024
1 parent f3c8b4a commit 4052576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/v2/subprotocols/template-distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"]

[dependencies]
serde = { version = "1.0.89", default-features = false, optional= true }
binary_sv2 = { version = "^1.0.1", path = "../../../../protocols/v2/binary-sv2/binary-sv2" }
const_sv2 = { version = "^2.0.0", path = "../../../../protocols/v2/const-sv2"}
binary_sv2 = { version = "^1.0.1", 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 }

Expand Down

0 comments on commit 4052576

Please sign in to comment.