We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360754b commit d8a653bCopy full SHA for d8a653b
Cargo.toml
@@ -21,7 +21,9 @@ edition = "2018"
21
jobserver = { version = "0.1.16", optional = true }
22
23
[target.'cfg(unix)'.dependencies]
24
-libc = "0.2.62"
+# Don't turn on the feature "std" for this, see https://github.com/rust-lang/cargo/issues/4866
25
+# which is still an issue with `resolver = "1"`.
26
+libc = { version = "0.2.62", default-features = false }
27
28
[features]
29
parallel = ["jobserver"]
0 commit comments