Skip to content

Commit d7fa9e8

Browse files
authored
Remove Bitrig support
Bitrig support was removed upstream in rust-lang/rust#60775. From the [merge commit][1] it landed in 1.36.0 which is long before our MSRV of Rust 1.56. [1]: rust-lang/rust@c84a7ab
1 parent 17295e1 commit d7fa9e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ extern "C" {
7575
any(
7676
target_os = "openbsd",
7777
target_os = "netbsd",
78-
target_os = "bitrig",
7978
target_os = "android",
8079
target_os = "espidf",
8180
target_env = "newlib"

0 commit comments

Comments
 (0)