Skip to content

Commit

Permalink
Stop using feature "libc/std" (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadiwa4 committed Aug 20, 2023
1 parent 360754b commit d8a653b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -21,7 +21,9 @@ edition = "2018"
jobserver = { version = "0.1.16", optional = true }

[target.'cfg(unix)'.dependencies]
libc = "0.2.62"
# Don't turn on the feature "std" for this, see https://github.com/rust-lang/cargo/issues/4866
# which is still an issue with `resolver = "1"`.
libc = { version = "0.2.62", default-features = false }

[features]
parallel = ["jobserver"]
Expand Down

0 comments on commit d8a653b

Please sign in to comment.