Skip to content

Commit

Permalink
Merge pull request #647 from alexcrichton/no-std-libc
Browse files Browse the repository at this point in the history
Disable default features of `libc`
  • Loading branch information
dhardy committed Nov 20, 2018
2 parents 2eb51c6 + 995901c commit 3eadab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -49,7 +49,7 @@ optional = true
features = ["into_bits"]

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

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

0 comments on commit 3eadab7

Please sign in to comment.