Skip to content

Commit 837c6ed

Browse files
committed
Bump "libc" version and re-enable Illumos tests
Fixes #12
1 parent 59fab05 commit 837c6ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
timeout-minutes: 10
2929
strategy:
3030
matrix:
31-
target: [x86_64-unknown-freebsd]
31+
target: [x86_64-unknown-freebsd, x86_64-unknown-illumos]
3232
version: [1.54.0, stable, beta, nightly]
3333
test:
3434
needs: [build]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rustdoc-args = ["--cfg", "process_control_docs_rs"]
2020

2121
[target.'cfg(unix)'.dependencies]
2222
crossbeam-channel = { version = "0.5", optional = true }
23-
libc = "0.2.98"
23+
libc = "0.2.120"
2424

2525
[target.'cfg(windows)'.dependencies]
2626
windows-sys = { version = "0.33", features = ["Win32_Foundation", "Win32_Security", "Win32_System_JobObjects", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }

0 commit comments

Comments
 (0)