diff --git a/protocols/v2/const-sv2/Cargo.toml b/protocols/v2/const-sv2/Cargo.toml index da7294550..f9d49018a 100644 --- a/protocols/v2/const-sv2/Cargo.toml +++ b/protocols/v2/const-sv2/Cargo.toml @@ -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 \ No newline at end of file +all-features = true diff --git a/roles/Cargo.lock b/roles/Cargo.lock index f3b8f47d3..f7d1d1a8b 100644 --- a/roles/Cargo.lock +++ b/roles/Cargo.lock @@ -750,9 +750,6 @@ dependencies = [ [[package]] name = "const_sv2" version = "2.1.0" -dependencies = [ - "secp256k1 0.28.2", -] [[package]] name = "convert_case"