Skip to content

Commit 6e7ea32

Browse files
authored
Merge pull request rust-lang#15 from mati865/scopeguard
Disable unnecessary features for scopeguard
2 parents 3e824d2 + f44f3f2 commit 6e7ea32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ license = "MIT OR Apache-2.0"
88
repository = "https://github.com/brson/home"
99
description = "Shared definitions of home directories"
1010

11-
[target."cfg(windows)".dependencies]
12-
scopeguard = "1"
11+
[target."cfg(windows)".dependencies.scopeguard]
12+
version = "1"
13+
default-features = false
1314

1415
[target."cfg(windows)".dependencies.winapi]
1516
version = "0.3"

0 commit comments

Comments
 (0)