Skip to content

Commit

Permalink
Fix staking pallet cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Dec 13, 2024
1 parent 84e0849 commit 92a1397
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
20 changes: 4 additions & 16 deletions Cargo.lock

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

7 changes: 1 addition & 6 deletions pallets/staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ entropy-shared={ version="0.3.0", path="../../crates/shared", features=[
"wasm-no-std",
], default-features=false }

# We only use this in benchmarks and tests. Since the benches don't run with the `test` feature we need to
# import it here _and_ as a `dev-dependency`.
# tdx-quote={ version="0.0.1", features=["mock"], optional=true }

[dev-dependencies]
frame-election-provider-support={ version="29.0.0", default-features=false }
pallet-bags-list ={ version="28.0.0", default-features=false }
Expand All @@ -49,11 +45,10 @@ sp-io ={ version="31.0.0", default-features=false }
sp-npos-elections ={ version="27.0.0", default-features=false }

rand_core="0.6.4"
# tdx-quote={ version="0.0.1", features=["mock"] }

[features]
default=['std']
runtime-benchmarks=['frame-benchmarking', 'tdx-quote']
runtime-benchmarks=['frame-benchmarking']
std=[
"sp-npos-elections/std",
"sp-staking/std",
Expand Down

0 comments on commit 92a1397

Please sign in to comment.