From 1ef86342a19340c6f3ec328f7f42ddc7c9e9bb60 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Fri, 31 Jul 2026 18:34:56 +0800 Subject: [PATCH] chore: bootstrap from 2026.7.31.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The release exists in xim-pkgindex and installs (verified: `xlings install mcpp@2026.7.31.1` into an isolated workspace, then that binary builds and runs a `standard = "c++20"` project with `import std;` — __cplusplus=202002). Bumped after the fact, as the pin names the version bootstrapped FROM. --- .xlings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xlings.json b/.xlings.json index 309ad22..97bd6ff 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "mcpp": "2026.7.30.3" + "mcpp": "2026.7.31.1" } }