Skip to content

Commit a0ad4b1

Browse files
committed
raise required libc version to 0.2.145
contains another change required to fix s390x-unknown-linux-musl: rust-lang/libc#3137
1 parent c04295a commit a0ad4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

2929
[dependencies]
30-
libc = { version = "0.2.141", features = ["extra_traits"] }
30+
libc = { version = "0.2.145", features = ["extra_traits"] }
3131
bitflags = "1.1"
3232
cfg-if = "1.0"
3333
pin-utils = { version = "0.1.0", optional = true }

0 commit comments

Comments
 (0)