Skip to content

Commit

Permalink
const_sv2: remove unused dep (secp256k1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges Palauqui committed Oct 19, 2024
1 parent 166fcb8 commit b3672e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
9 changes: 1 addition & 8 deletions protocols/v2/const-sv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,9 @@ 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", "rand"] }

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

[features]
default = ["std"]
alloc = ["secp256k1/alloc"]
std = ["alloc", "secp256k1/rand-std"]
std = []

[package.metadata.docs.rs]
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 b3672e6

Please sign in to comment.