Skip to content

Commit

Permalink
test taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed May 18, 2024
1 parent e1aae35 commit 1a55c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/v2/codec-sv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/stratum-mining/stratum"

[dependencies]
serde = { version = "1.0.89", default-features = false, optional = true }
framing_sv2 = { version = "1.0.0", path = "../../../protocols/v2/framing-sv2" }
framing_sv2 = {version = "1.0.0", path = "../../../protocols/v2/framing-sv2" }
noise_sv2 = { version = "1.0", path = "../../../protocols/v2/noise-sv2", optional = true }
binary_sv2 = { version = "1.0.0", path = "../../../protocols/v2/binary-sv2/binary-sv2" }
const_sv2 = { version = "1.0.0", path = "../../../protocols/v2/const-sv2" }
Expand Down

0 comments on commit 1a55c78

Please sign in to comment.