Skip to content

Commit

Permalink
Merge pull request #822 from plebhash/fix-release-lib
Browse files Browse the repository at this point in the history
fix `stratum_common` dependency for `rpc_sv2`
  • Loading branch information
plebhash authored Mar 29, 2024
2 parents af0f4af + f1bf14f commit 48878b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/roles-utils/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
stratum-common = { version = "1.0.0", path = "../../../common" }
stratum-common = { version = "1.0.0", path = "../../../common", features=["bitcoin"] }
serde = { version = "1.0.89", features = ["derive", "alloc"], default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["alloc","raw_value"] }
hex = "0.4.3"
Expand Down

0 comments on commit 48878b7

Please sign in to comment.