Skip to content

Commit

Permalink
Merge pull request #1237 from GPTechinno/const-sv2-simplify-deps
Browse files Browse the repository at this point in the history
const_sv2: remove unused dep (secp256k1)
  • Loading branch information
GitGab19 authored Oct 28, 2024
2 parents b8e7715 + 0743f82 commit 0a8c17e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
8 changes: 1 addition & 7 deletions protocols/v2/const-sv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,8 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"]

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

[dependencies]
secp256k1 = { version = "0.28.2", default-features = false, features =["hashes", "alloc","rand","rand-std"] }

#[dev-dependencies]
#cbindgen = "0.16.0"

[features]
no_std = []

[package.metadata.docs.rs]
all-features = true
all-features = true
3 changes: 0 additions & 3 deletions roles/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a8c17e

Please sign in to comment.