From 4b08cfce3c3dcd0f9ac2f021812774434d475c75 Mon Sep 17 00:00:00 2001 From: Seto Date: Sun, 14 Sep 2025 21:35:27 +0200 Subject: [PATCH] Add watchOS to BSD-like OS target list --- quinn-udp/build.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quinn-udp/build.rs b/quinn-udp/build.rs index c43c0aa342..ed26e5e647 100644 --- a/quinn-udp/build.rs +++ b/quinn-udp/build.rs @@ -9,7 +9,8 @@ fn main() { target_os = "macos", target_os = "ios", target_os = "tvos", - target_os = "visionos" + target_os = "visionos", + target_os = "watchos" ) }, bsd: {