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 2884836 commit c7bc598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tokio ={ version="1.42", features=["time"] }
serial_test ="3.2.0"
sp-keyring ="34.0.0"
entropy-testing-utils={ path="../testing-utils" }
tdx-quote ={ version="0.0.1", features=["mock"] }
tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", features=["mock"] }

[features]
default=["native", "full-client-native"]
Expand Down
2 changes: 1 addition & 1 deletion crates/testing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ synedrion ="0.2.0"
hex ="0.4.3"
rand_core ="0.6.4"
rand ="0.8.5"
tdx-quote ={ version="0.0.1", features=["mock"] }
tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", features=["mock"] }

# Logging
tracing ="0.1.41"
Expand Down

0 comments on commit c7bc598

Please sign in to comment.