Skip to content

Commit

Permalink
Use published version of tdx-quote
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Oct 18, 2024
1 parent 5abb84d commit 964c1fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
18 changes: 4 additions & 14 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions pallets/staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ entropy-shared={ version="0.3.0-rc.1", 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={ git="https://github.com/entropyxyz/tdx-quote", rev="cb167f2", 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 @@ -50,7 +48,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={ git="https://github.com/entropyxyz/tdx-quote", rev="cb167f2", features=["mock"] }
tdx-quote={ version="0.0.1", features=["mock"] }

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

0 comments on commit 964c1fa

Please sign in to comment.