Skip to content

Commit a0d9f53

Browse files
committed
make std_detect public dependency of std
1 parent 9c38e2e commit a0d9f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ unwind = { path = "../unwind" }
2323
hashbrown = { version = "0.15", default-features = false, features = [
2424
'rustc-dep-of-std',
2525
] }
26-
std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = [
26+
std_detect = { path = "../stdarch/crates/std_detect", public = true, default-features = false, features = [
2727
'rustc-dep-of-std',
2828
] }
2929

0 commit comments

Comments
 (0)