Skip to content

Commit 3eadab7

Browse files
authored
Merge pull request #647 from alexcrichton/no-std-libc
Disable default features of `libc`
2 parents 2eb51c6 + 995901c commit 3eadab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ optional = true
4949
features = ["into_bits"]
5050

5151
[target.'cfg(unix)'.dependencies]
52-
libc = { version = "0.2", optional = true }
52+
libc = { version = "0.2", optional = true, default-features = false }
5353

5454
[target.'cfg(windows)'.dependencies]
5555
winapi = { version = "0.3", features = ["minwindef", "ntsecapi", "profileapi", "winnt"], optional = true }

0 commit comments

Comments
 (0)