Skip to content

Commit

Permalink
raise required libc version to 0.2.145
Browse files Browse the repository at this point in the history
contains another change required to fix s390x-unknown-linux-musl:
rust-lang/libc#3137
  • Loading branch information
selfisekai committed Jun 4, 2023
1 parent c04295a commit a0ad4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -27,7 +27,7 @@ targets = [
]

[dependencies]
libc = { version = "0.2.141", features = ["extra_traits"] }
libc = { version = "0.2.145", features = ["extra_traits"] }
bitflags = "1.1"
cfg-if = "1.0"
pin-utils = { version = "0.1.0", optional = true }
Expand Down

0 comments on commit a0ad4b1

Please sign in to comment.