Skip to content

Commit

Permalink
Use git version of tdx-quote
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Dec 12, 2024
1 parent c7bc598 commit dac3595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions pallets/staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ entropy-shared={ version="0.3.0", path="../../crates/shared", features=[

# 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 }
# tdx-quote={ version="0.0.1", features=["mock"], optional=true }

[dev-dependencies]
frame-election-provider-support={ version="29.0.0", default-features=false }
Expand All @@ -49,7 +49,7 @@ 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"] }
# tdx-quote={ version="0.0.1", features=["mock"] }

[features]
default=['std']
Expand Down

0 comments on commit dac3595

Please sign in to comment.