Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
remove async-executor dependency for mut-auth feature.
Browse files Browse the repository at this point in the history
Signed-off-by: Yang, Longlong <[email protected]>
  • Loading branch information
longlongyang committed Dec 26, 2023
1 parent ab82311 commit 968c8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spdm-responder-emu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ td-benchmark = { git = "https://github.com/confidential-containers/td-shim.git",

[features]
default = ["spdm-emu/default", "async-executor", "test_stack_size"]
mut-auth = ["spdm-emu/mut-auth", "async-executor"]
mut-auth = ["spdm-emu/mut-auth"]
mandatory-mut-auth = ["mut-auth", "spdm-emu/mandatory-mut-auth"]
spdm-ring = ["spdm-emu/spdm-ring"]
spdm-mbedtls = ["spdm-emu/spdm-mbedtls"]
Expand Down

0 comments on commit 968c8b0

Please sign in to comment.