Expose the std_detect env_override feature

This commit is contained in:
Luca Barbato 2021-09-15 17:12:46 +02:00
parent e846f9c44f
commit 160b93903c
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ panic_immediate_abort = ["core/panic_immediate_abort"]
# https://github.com/rust-lang/stdarch/blob/master/crates/std_detect/Cargo.toml
std_detect_file_io = ["std_detect/std_detect_file_io"]
std_detect_dlsym_getauxval = ["std_detect/std_detect_dlsym_getauxval"]
std_detect_env_override = ["std_detect/std_detect_env_override"]
[package.metadata.fortanix-sgx]
# Maximum possible number of threads when testing

View File

@ -33,3 +33,4 @@ panic_immediate_abort = ["std/panic_immediate_abort"]
profiler = ["std/profiler"]
std_detect_file_io = ["std/std_detect_file_io"]
std_detect_dlsym_getauxval = ["std/std_detect_dlsym_getauxval"]
std_detect_env_override = ["std/std_detect_env_override"]