Skip to content

Commit

Permalink
Use shorter paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Dec 13, 2024
1 parent 2675ef9 commit 70527dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protocols/v2/subprotocols/mining/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -28,4 +28,4 @@ no_std = []
with_serde = ["binary_sv2/with_serde", "serde"]

[package.metadata.docs.rs]
all-features = true
all-features = true

0 comments on commit 70527dc

Please sign in to comment.