Change "solaris" to "Solaris" (#103)

This commit is contained in:
Daniel Hofstetter
2026-03-30 15:41:09 +02:00
committed by GitHub
parent 84191123ec
commit c8b6c68aa6
+1 -1
View File
@@ -96,7 +96,7 @@ const HOST_OS_NAME: &str = if cfg!(all(
} else if cfg!(target_os = "illumos") {
"illumos"
} else if cfg!(target_os = "solaris") {
"solaris"
"Solaris"
} else if cfg!(target_os = "cygwin") {
"Cygwin"
} else if cfg!(target_os = "wasi") {