We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad24fb commit 0dc1dd8Copy full SHA for 0dc1dd8
2 files changed
Cargo.toml
@@ -28,7 +28,7 @@ targets = [
28
]
29
30
[dependencies]
31
-libc = { version = "=0.2.180", features = ["extra_traits"] }
+libc = { version = "0.2.181", features = ["extra_traits"] }
32
bitflags = "2.3.3"
33
cfg-if = "1.0"
34
pin-utils = { version = "0.1.0", optional = true }
changelog/2744.fixed.md
@@ -0,0 +1 @@
1
+The libc requirement is now `0.2.181`, rather than pinned to 0.2.180.
0 commit comments