diff --git a/Cargo.toml b/Cargo.toml index 5f999e1..fa4f4d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,9 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/brson/home" description = "Shared definitions of home directories" -[target."cfg(windows)".dependencies] -scopeguard = "1" +[target."cfg(windows)".dependencies.scopeguard] +version = "1" +default-features = false [target."cfg(windows)".dependencies.winapi] version = "0.3"