We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b4d0d commit 65532e7Copy full SHA for 65532e7
library/std/Cargo.toml
@@ -39,7 +39,7 @@ miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
39
addr2line = { version = "0.22.0", optional = true, default-features = false }
40
41
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
42
-libc = { version = "0.2.156", default-features = false, features = [
+libc = { version = "0.2.159", default-features = false, features = [
43
'rustc-dep-of-std',
44
], public = true }
45
0 commit comments