From df61cb0d53061481791e647fa2fcc92ce745341d Mon Sep 17 00:00:00 2001 From: alpibrupa Date: Wed, 24 Jun 2026 01:21:12 +0200 Subject: [PATCH] ci: bump lex toolchain to 0.9.14 CI pinned an old lex (0.9.11); deps on main now use str.char_at (added in 0.9.13), so 'lex check src/' failed with unknown_field 'char_at'. Bump to current. Co-Authored-By: Claude Opus 4.8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 934a6e1..ca9a120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Install Lex toolchain run: | set -euxo pipefail - LEX_VERSION="0.9.11" + LEX_VERSION="0.9.14" curl -fsSL -o /tmp/lex.tgz \ "https://github.com/alpibrusl/lex-lang/releases/download/v${LEX_VERSION}/lex-v${LEX_VERSION}-x86_64-unknown-linux-gnu.tar.gz" tar -xzf /tmp/lex.tgz -C /tmp/