Skip to content

Commit 0a8c17e

Browse files
authored
Merge pull request stratum-mining#1237 from GPTechinno/const-sv2-simplify-deps
const_sv2: remove unused dep (secp256k1)
2 parents b8e7715 + 0743f82 commit 0a8c17e

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

protocols/v2/const-sv2/Cargo.toml

+1-7
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,8 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"]
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

16-
[dependencies]
17-
secp256k1 = { version = "0.28.2", default-features = false, features =["hashes", "alloc","rand","rand-std"] }
18-
19-
#[dev-dependencies]
20-
#cbindgen = "0.16.0"
21-
2216
[features]
2317
no_std = []
2418

2519
[package.metadata.docs.rs]
26-
all-features = true
20+
all-features = true

roles/Cargo.lock

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)