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 %} 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"