From be502b46ba7de74951b78e6e33ff511ee8b3a2d6 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Mon, 20 Jul 2026 19:22:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20mcpp=200.0.100=20=E2=86=92=200.?= =?UTF-8?q?0.101=20(per-feature=20flags=20+=20per-OS=20features)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/validate.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f2180ea..ad8dcd9 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -35,7 +35,7 @@ env: # 0.0.94 fixed feature-gated `sources` under `mcpp test` (mcpp#218); 0.0.91 # added standard = "c++fly" to the resolver grammar, so c++fly descriptors # get the lint WARN below, not a hard grammar-parse rejection. - MCPP_VERSION: "0.0.100" + MCPP_VERSION: "0.0.101" jobs: lint: @@ -187,21 +187,21 @@ jobs: ext: tar.gz mcpp: bin/mcpp xlings: registry/bin/xlings - mcpp_version: "0.0.100" # keep in sync with env.MCPP_VERSION + mcpp_version: "0.0.101" # keep in sync with env.MCPP_VERSION - platform: macos os: macos-15 suffix: macosx-arm64 ext: tar.gz mcpp: bin/mcpp xlings: registry/bin/xlings - mcpp_version: "0.0.100" # keep in sync with env.MCPP_VERSION + mcpp_version: "0.0.101" # keep in sync with env.MCPP_VERSION - platform: windows os: windows-latest suffix: windows-x86_64 ext: zip mcpp: bin/mcpp.exe xlings: registry/bin/xlings.exe - mcpp_version: "0.0.100" # keep in sync with env.MCPP_VERSION + mcpp_version: "0.0.101" # keep in sync with env.MCPP_VERSION env: MCPP_EFFECTIVE: ${{ matrix.mcpp_version }} steps: