Skip to content

Commit f2322f4

Browse files
committed
Bump libc version requirement to the latest.
1 parent 214a713 commit f2322f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ members = [
1818
log = { version = "0.4", optional = true }
1919

2020
[target.'cfg(unix)'.dependencies]
21-
libc = "0.2.27"
21+
# In general, we need at least 0.2.27. On Solaris, we need some unknown newer version.
22+
libc = "0.2.50"
2223

2324
[target.'cfg(windows)'.dependencies]
2425
winapi = { version = "0.3.6", features = ["minwindef", "ntsecapi", "winnt"] }

0 commit comments

Comments
 (0)