diff --git a/crates/libs/registry/Cargo.toml b/crates/libs/registry/Cargo.toml index 375d109e8d..1226675670 100644 --- a/crates/libs/registry/Cargo.toml +++ b/crates/libs/registry/Cargo.toml @@ -12,7 +12,7 @@ categories = ["os::windows-apis"] exclude = ["tests"] [features] -default = [] +default = ["std"] std = [] [lints]