Enable Haiku platform.

This commit is contained in:
Jessica Hamilton 2023-05-09 20:55:00 +12:00 committed by Brian Smith
parent 7bd536e9df
commit f5c5014f12
2 changed files with 2 additions and 0 deletions

View File

@ -268,6 +268,7 @@ const LINUX_ABI: &[&str] = &[
"dragonfly",
"freebsd",
"fuchsia",
"haiku",
"illumos",
"netbsd",
"openbsd",

View File

@ -128,6 +128,7 @@ impl crate::sealed::Sealed for SystemRandom {}
target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",
target_os = "haiku",
target_os = "illumos",
target_os = "ios",
target_os = "linux",