From 8ea0595a37ed57f427802b2f6f55913ab9f08cff Mon Sep 17 00:00:00 2001 From: leynos Date: Fri, 17 Jul 2026 22:13:33 +0200 Subject: [PATCH 1/2] Bump whitaker-installer to 0.2.6 Installer 0.2.5 provisions cargo-dylint 4.1.0, whose dylint driver cannot build on the Whitaker suite's new nightly-2026-05-28 toolchain pin. Installer 0.2.6 provisions cargo-dylint 6.0.1, which does build on that nightly, so generated projects can keep linting successfully. --- template/.github/workflows/ci.yml.jinja | 2 +- template/Makefile.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/workflows/ci.yml.jinja b/template/.github/workflows/ci.yml.jinja index d65d93c..ead5e3d 100644 --- a/template/.github/workflows/ci.yml.jinja +++ b/template/.github/workflows/ci.yml.jinja @@ -12,7 +12,7 @@ jobs: CS_ACCESS_TOKEN: ${{ "{{" }} secrets.CS_ACCESS_TOKEN {{ "}}" }} CODESCENE_CLI_SHA256: ${{ "{{" }} vars.CODESCENE_CLI_SHA256 {{ "}}" }} {% if use_rust %} - WHITAKER_INSTALLER_VERSION: '0.2.5' + WHITAKER_INSTALLER_VERSION: '0.2.6' CARGO_TERM_COLOR: always BUILD_PROFILE: debug {% endif %} diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 03b565f..14af73c 100644 --- a/template/Makefile.jinja +++ b/template/Makefile.jinja @@ -35,7 +35,7 @@ CLIPPY_FLAGS ?= $(CARGO_FLAGS) -- $(RUST_FLAGS) TEST_FLAGS ?= $(CARGO_FLAGS) TEST_CMD := $(if $(CARGO_AVAILABLE),$(if $(shell $(CARGO) nextest --version 2>/dev/null),nextest run,test),) WHITAKER_CARGO_FLAGS ?= --all-targets --all-features -WHITAKER_INSTALLER_VERSION ?= 0.2.5 +WHITAKER_INSTALLER_VERSION ?= 0.2.6 WHITAKER ?= $(or $(shell command -v whitaker 2>/dev/null),$(wildcard $(USER_WHITAKER)),whitaker) {% endif %} From 3882e2d05d6b54bac914f1f2707984633c3fbaa7 Mon Sep 17 00:00:00 2001 From: leynos Date: Sat, 18 Jul 2026 13:31:51 +0200 Subject: [PATCH 2/2] Regenerate the shared typos configuration The shared dictionary refresh drifted from the committed config, blocking this bump PR. --- typos.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/typos.toml b/typos.toml index 8afb4e5..d337ea4 100644 --- a/typos.toml +++ b/typos.toml @@ -1702,6 +1702,24 @@ extend-ignore-re = [ "pluralizers" = "pluralizers" "pluralizes" = "pluralizes" "pluralizing" = "pluralizing" +"polymerisable" = "polymerizable" +"polymerisation" = "polymerization" +"polymerisations" = "polymerizations" +"polymerise" = "polymerize" +"polymerised" = "polymerized" +"polymeriser" = "polymerizer" +"polymerisers" = "polymerizers" +"polymerises" = "polymerizes" +"polymerising" = "polymerizing" +"polymerizable" = "polymerizable" +"polymerization" = "polymerization" +"polymerizations" = "polymerizations" +"polymerize" = "polymerize" +"polymerized" = "polymerized" +"polymerizer" = "polymerizer" +"polymerizers" = "polymerizers" +"polymerizes" = "polymerizes" +"polymerizing" = "polymerizing" "popularisable" = "popularizable" "popularisation" = "popularization" "popularisations" = "popularizations"