Skip to content

Commit 160b939

Browse files
committed
Expose the std_detect env_override feature
1 parent e846f9c commit 160b939

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

library/std/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ panic_immediate_abort = ["core/panic_immediate_abort"]
7272
# https://github.com/rust-lang/stdarch/blob/master/crates/std_detect/Cargo.toml
7373
std_detect_file_io = ["std_detect/std_detect_file_io"]
7474
std_detect_dlsym_getauxval = ["std_detect/std_detect_dlsym_getauxval"]
75+
std_detect_env_override = ["std_detect/std_detect_env_override"]
7576

7677
[package.metadata.fortanix-sgx]
7778
# Maximum possible number of threads when testing

library/test/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ panic_immediate_abort = ["std/panic_immediate_abort"]
3333
profiler = ["std/profiler"]
3434
std_detect_file_io = ["std/std_detect_file_io"]
3535
std_detect_dlsym_getauxval = ["std/std_detect_dlsym_getauxval"]
36+
std_detect_env_override = ["std/std_detect_env_override"]

0 commit comments

Comments
 (0)