diff --git a/crates/humanode-runtime/Cargo.toml b/crates/humanode-runtime/Cargo.toml index 3dc27417f..91596c856 100644 --- a/crates/humanode-runtime/Cargo.toml +++ b/crates/humanode-runtime/Cargo.toml @@ -47,7 +47,7 @@ frame-system-benchmarking = { default-features = false, optional = true, git = " frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/humanode-network/substrate", branch = "master" } frame-try-runtime = { default-features = false, optional = true, git = "https://github.com/humanode-network/substrate", branch = "master" } hex-literal = { version = "0.3", optional = true } -libsecp256k1 = { version = "0.7.0", default-features = false } +libsecp256k1 = { version = "0.7.0", features = ["hmac", "static-context"], optional = true } pallet-authorship = { default-features = false, git = "https://github.com/humanode-network/substrate", branch = "master" } pallet-babe = { default-features = false, git = "https://github.com/humanode-network/substrate", branch = "master" } pallet-balances = { default-features = false, git = "https://github.com/humanode-network/substrate", branch = "master" } @@ -107,8 +107,7 @@ runtime-benchmarks = [ "pallet-token-claims/runtime-benchmarks", "pallet-vesting/runtime-benchmarks", "sp-runtime/runtime-benchmarks", - "libsecp256k1/hmac", - "libsecp256k1/static-context", + "libsecp256k1", ] std = [ "author-ext-api/std",