Skip to content

Commit 312ba83

Browse files
committed
Update field name following merged dep
1 parent 1e40997 commit 312ba83

3 files changed

Lines changed: 12 additions & 48 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@ mod tests {
19381938
let attestation_verifier = AttestationVerifier {
19391939
measurement_policy,
19401940
pccs_url: None,
1941-
log_dcap_quote: false,
1941+
dump_dcap_quotes: false,
19421942
override_azure_outdated_tcb: false,
19431943
};
19441944

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ async fn main() -> anyhow::Result<()> {
214214
let attestation_verifier = AttestationVerifier {
215215
measurement_policy,
216216
pccs_url: cli.pccs_url,
217-
log_dcap_quote: cli.log_dcap_quote,
217+
dump_dcap_quotes: cli.log_dcap_quote,
218218
override_azure_outdated_tcb: cli.override_azure_outdated_tcb,
219219
};
220220

0 commit comments

Comments
 (0)