Skip to content

Commit 1d97fa1

Browse files
newpavlovdhardy
authored andcommitted
remove winapi feature
1 parent 26c0ca5 commit 1d97fa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rand_os/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ log = { version = "0.4", optional = true }
2121
[target.'cfg(unix)'.dependencies]
2222
libc = "0.2"
2323

24-
# TODO: check if all features are required
2524
[target.'cfg(windows)'.dependencies]
26-
winapi = { version = "0.3", features = ["minwindef", "ntsecapi", "profileapi", "winnt"] }
25+
winapi = { version = "0.3", features = ["minwindef", "ntsecapi", "winnt"] }
2726

2827
[target.'cfg(target_os = "cloudabi")'.dependencies]
2928
cloudabi = "0.0.3"

0 commit comments

Comments
 (0)