diff --git a/src/target.rs b/src/target.rs index 66b4504c..bfd715ba 100644 --- a/src/target.rs +++ b/src/target.rs @@ -45,7 +45,7 @@ pub async fn detect_targets() -> ArrayVec, 2> { } #[cfg(not(any(target_os = "linux", target_os = "macos")))] { - vec![TARGET.into()] + from_array([TARGET.into()]) } } }