From d697310e8c3fd84293c7c62eb3521ec101a2f163 Mon Sep 17 00:00:00 2001 From: Bob Date: Sat, 23 May 2026 12:36:48 +0000 Subject: [PATCH] fix(ci): bump aw-server-rust submodule to fix time-0.3.30 compile error on Rust 1.85+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The submodule was pinned to dc70318 which pulled in time-0.3.30. That version fails to compile with Rust >= 1.85 due to a type inference regression: error[E0282]: type annotations needed for Box<_> --> time-0.3.30/src/format_description/parse/mod.rs:83:9 aw-server-rust master (288decb) already carries the fix — its Cargo.lock pins time-0.3.47 which compiles cleanly on all current stable toolchains. Fixes the 'Build aw-server-rust' CI failure introduced ~18h ago. --- aw-server-rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aw-server-rust b/aw-server-rust index dc70318e..288decb3 160000 --- a/aw-server-rust +++ b/aw-server-rust @@ -1 +1 @@ -Subproject commit dc70318e819efc0d0535a5d7bd35a0c7ab8e9106 +Subproject commit 288decb30f0499a64a39f847b1a5b99e991fa006