Skip to content

Commit 0a8a281

Browse files
committed
x86_64/memory_encryption: don't enable ME by default
1 parent 1b26f6c commit 0a8a281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ volatile = "0.4.4"
2626
rustversion = "1.0.5"
2727

2828
[features]
29-
default = ["nightly", "instructions", "amd_sev"]
29+
default = ["nightly", "instructions"]
3030
instructions = []
31-
amd_sev = ["dynamic_flags"]
31+
memory_encryption = ["dynamic_flags"]
3232
dynamic_flags = []
3333
nightly = ["const_fn", "step_trait", "abi_x86_interrupt", "asm_const"]
3434
abi_x86_interrupt = []

0 commit comments

Comments
 (0)