Skip to content

Commit 0dc1dd8

Browse files
authored
Unpin libc (#2744)
And raise the requirement to 0.2.181, Now that the gnux32 bug is fixed. Fixes #2737
1 parent dad24fb commit 0dc1dd8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ targets = [
2828
]
2929

3030
[dependencies]
31-
libc = { version = "=0.2.180", features = ["extra_traits"] }
31+
libc = { version = "0.2.181", features = ["extra_traits"] }
3232
bitflags = "2.3.3"
3333
cfg-if = "1.0"
3434
pin-utils = { version = "0.1.0", optional = true }

changelog/2744.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The libc requirement is now `0.2.181`, rather than pinned to 0.2.180.

0 commit comments

Comments
 (0)