Skip to content

Commit cd29436

Browse files
committed
fix: use OpenBSD 6.9 compatible libc version
1 parent b5af5d2 commit cd29436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "3.0.0"
1313

1414
[dependencies]
1515
bitflags = "1.0"
16-
libc = "0.2"
16+
libc = "=0.2.107" # Locked for OpenBSD 6.9 compatibility
1717

1818
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies]
1919
mach = "0.3"
@@ -22,4 +22,4 @@ mach = "0.3"
2222
winapi = { version = "0.3", features = ["basetsd", "minwindef", "sysinfoapi", "memoryapi", "winnt"] }
2323

2424
[target."cfg(unix)".dev-dependencies]
25-
mmap = { package = "mmap-fixed", version = "0.1.5" }
25+
mmap = { package = "mmap-fixed", version = "0.1.5" }

0 commit comments

Comments
 (0)