Skip to content

Commit

Permalink
Cargo.toml: Specify rdrand as dependency
Browse files Browse the repository at this point in the history
Without the "dep:_" prefix, packagers can mistake this for being a
feature, rather than the enablement of an optional dependency.

Signed-off-by: Tyler Fanelli <[email protected]>
  • Loading branch information
tylerfanelli committed Nov 14, 2024
1 parent 6ee97c3 commit 63b8245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ doc = false

[features]
default = ["sev", "snp"]
openssl = ["dep:openssl", "rdrand"]
openssl = ["dep:openssl", "dep:rdrand"]
hw_tests = []
dangerous_hw_tests = ["hw_tests"]
sev = []
Expand Down

0 comments on commit 63b8245

Please sign in to comment.